Posted By:
H_P
Posted On:
Wednesday, July 9, 2003 01:20 PM
Hi,
I am having a html:form in which the properties are generated dynamically depending upon the database results. the properties in ethe html:form may be one selectbox, 2 radio buttons, one checkbox etc.. properties may or may not be of different kind.
I want to write an ActionForm which stores the results of the selections made by the user, so that I can display it on the next page.
Any suggestion or help is greatly appreciated.