Yes, u r rite. Thanks kadir for prompt reply.
-----Original Message----- From: Kathiresan Murugesan [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:06 PM To: Viral_Thakkar Subject: RE: html:form tag Hi You can use the name attribute value you given in your form bean mapping in your struts-config.xml. That will be the name of your form. kadir -----Original Message----- From: Viral_Thakkar To: Struts Users Mailing List Sent: 12/8/2003 1:53 PM Subject: html:form tag I am converting a html form to .jsp page. Html file contains following form code. <form name="frmName" > tag. This form name is getting used by few javascript functions. At present I have this line in .jsp page for form tag. <html:form action="action1.do" > Which attribute in the html:form tag represents the "name" attribute of "form" tag? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

