You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Viral_Thakkar <Vi...@infosys.com> on 2003/12/08 09:23:11 UTC

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org