RE: indexed - Nested property and Javascript

2002-04-12 Thread Michael J. Godfrey
I dont know what iterate does..so if you can paste some of the resulting HTML I can help... but, *IF* iteration appends a number to the element name..then accessing a specific element is just as easy: document.myForm.elements['echeancier.dat' + elementToAccess].value="Changed"; -Original M

RE: validation="true"

2002-04-05 Thread Michael J. Godfrey
your page for the first time you go here. - The second action-mapping will have validate=true, and your form action in your jsp will post to this action-mapping 2. The other way to do it is to set validate=false in your action mapping, then call form.validate() in your Action object when the mode

RE: validation="true"

2002-04-05 Thread Michael J. Godfrey
ur Action object when the mode is "submit" or some such. -Original Message- From: Michael J. Godfrey [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 4:16 PM To: Struts (E-mail) Subject: validation="true" Greetings, I am just starting to write a test

validation="true"

2002-04-05 Thread Michael J. Godfrey
Greetings, I am just starting to write a test app to learn struts. I have a validation="true" setting in struts-config.xml. When this is true, the validation happens when I OPEN a page. I have validation that is checking for existance of values, etc. For example. A login page with loginID