Re: dynamic javascript forms

2004-03-15 Thread Geeta Ramani
How about usng more Javascript and using onFocus() (or is it onChange()?) to populate hidden fields which can be picked up by your form bean..? (Not a solution I like but then i hate most all Javascript..) regards, Geeta mike barretta wrote: thanks in advance for any help... i have a form

RE: dynamic javascript forms

2004-03-15 Thread Hookom, Jacob
http://www-106.ibm.com/developerworks/web/library/wa-resc/ -Original Message- From: mike barretta [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 1:35 PM To: [EMAIL PROTECTED] Subject: dynamic javascript forms thanks in advance for any help... i have a form where i let the user

RE: dynamic javascript forms

2004-03-15 Thread Robert Nocera
I'm pretty sure you can do it if the text inputs are set up in the form as an Array of Strings and if you create your input tags to match what struts would expect from an array. If you do that, you can have your javascript create the fields dynamically as you said. It sounds like you tried this