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]

