facebook

struts login demo

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246030 Reply

    I got this Struts quickstart demo to work and it produced the following jsp

    <html:form action=”/userLogin”>
    password : <html:password property=”password”/><html:errors property=”password”/><br/>
    userName : <html:text property=”userName”/><html:errors property=”userName”/><br/>
    <html:submit/><html:cancel/>
    </html:form>

    what is <html:form and <html:password ?? I mean, instead of the expected
    <FORM ACTION we have generated <html:form action

    when I look at other struts tutorials, I see the form specified as

    <FORM ACTION=”../actions/register1.do” [/quote][/code]

    #246036 Reply

    Riyad Kalla
    Member

    html is a Struts taglib that wraps the <form> tag with special struts features.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: struts login demo

You must be logged in to post in the forum log in