Re: Struts with dynamically generated html:Text

2006-09-15 Thread Puneet Lakhina
On 9/15/06, Aftab Vhora <[EMAIL PROTECTED]> wrote: Hi, In my page I am generating text boxes dynamically(i.e. clicking on a button "Add more" will add a text box in my page.) Now I want to implement my ActionForm to capture the data entered in those dynamically generated text boxes. Is it poss

Struts with dynamically generated html:Text

2006-09-14 Thread Aftab Vhora
Hi, In my page I am generating text boxes dynamically(i.e. clicking on a button "Add more" will add a text box in my page.) Now I want to implement my ActionForm to capture the data entered in those dynamically generated text boxes. Is it possible in struts ? If yes, please provide me the so