Can someone PLEASE help? I need to create a User Interface (in JSP) which presents the user with a number of input fields. The number of input fields is not known until run-time (based on user selections in a previous screens).
The 2 issues I see are: 1. generating the JSP dynamically with the correct number of properties 2. accessing these form fields in the action class. Normally, form property definitions need to be defined at compile time (whether you use Action Forms or DynaForms) Ideally, I'd like to use the struts framework to avail of Validator,etc,etc. Also, I would like to use Struts Dyna Forms. Can anyone advise a suitable approach & sample code? Bernard Gaughran __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

