Struts arbitary textfields and DynaAction form.
Hi All,
I am developing a struts appication using Dyna Action form.
As per the requirement thetextfields in the front end JSP has to be generated dynamically.
For Example: If number of leaves=4, then 4textfieldsfor Date1,Date2 and so on. (can be done usingjavascript).)
The problem here is how do I dynamically add <form-property/>
elements instruts-config as I don't know the number oftextfieldsin advance.
I also don't know the maximum number of textfields that can be required to be created in the JSP form.
Thanks.

