Ashish Vijaywargiya wrote:
Hi,
Anybody of you know the specific reason of "Why the "name" attribute is not provided in the <html:form> tag???". Thanks in advance.
 Regards
 Ashish Vijaywargiya
Struts uses the "name" attribute to repopulate your form on submit. So if you have an action /someAction mapped to a form bean named "myForm", it should look like <html:form action="/someAction">, and thus <form name="myForm"...>. So in your JavaScript you can refer to document.myForm.

- Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to