Hi,

I have a scenario in my Struts application, where I
have an array of text fields grouped by category on a
JSP, and these are generated dynamically.

eg.
Category A
text field 1
text field 2
text field 3

Category B
text field 1
text field 2

........


The issue here is how to handle the values of the text
fields in my form bean. What I plan to do is to have a
String array for the text fields, and also a
corresponding array of hidden fields, to identify the
category.

Is this the best way to handle this situation?

Any help/suggustions/pointers will be greatly
appreciated.

Thanks,
Shyam


__________________________________
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]

Reply via email to