Hello

I'm new in struts, and in a example, the jsp is the next:

<%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %>
      <form:form action="register.do">
              UserName:<form:text property="username"/><br>
              enter password:<form:password property="password1"/><br>
              re-enter password:<form:password property="password2"/><br>
      <form:submit value="Register"/>
      </form:form>

but I don't find the archive struts-form.tld. I have
+ struts-bean.tld
+ struts-html.tld
+ struts-logic.tld
+ struts-faces.tld
+ struts-nested.tld
+ struts-tiles.tld

but I don't have struts-form.tld. Where I can to get this archive?

Thanks!

--
David Fonseca Sánchez

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

Reply via email to