It can be done.  Familiarize yourself with indexed properties and the
iterate tags.

Search through the archive for "indexed" properties, or "arrays" in
forms, or questions about the "iterate" tags.

(If you're feeling adventurous, check out the thread for when Rick
Reumann's encountered a similar problem, though his was of the nested
nature:
http://marc.theaimsgroup.com/?t=109528581800003&r=1&w=2
With this solution, you get dynamically sized collections and dynamic
nesting depth.)

Hubert


On Thu, 6 Jan 2005 14:19:02 -0800 (PST), meena r <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Based on some database coutn I have to render a
> certain dynamic number of html:text tags and render it
> on the html page. And based on the values entered in
> the html:text(which have been generated) I need to do
> form validation and render the page back to the user
> in case of errors
> 
> Is there any way that the text fields/radio buttons
> can be created dynamically, in struts framework,
> without hard coding the getters and setters in the
> bean or adding these fields to the configuration files
> for dynaform?
> 
> Thanks
> Meena
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to