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 possible in struts ? If yes, please provide me the solution ASAP.
Yes its possible. Use indexed properties. or Map backed properties. http://struts.apache.org/1.2.9/faqs/indexedprops.html I actually did something exactly like that. You could follow this discussion for some specific things about DHTML http://servlets.com/archive/servlet/BrowseList?listName=struts-user&by=subject&from=230319 And ya Please avoid things like "ASAP". This is not paid support http://www.catb.org/~esr/faqs/smart-questions.html --
Thanks & Regards, Aftab Vhora --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Puneet