<html:form action="/login">
                User Name :<html:text property="userName" name="LoginForm"
errorStyleClass="error" errorKey="org.apache.struts.action.Error" />
                <html:errors property="userName"/><br>
                Password  :<html:password property="password" name="LoginForm"
errorStyleClass="error" errorKey="orgapache.struts.action.Error"/>
                <html:errors property="password" /><br>
                <html:submit>Login</html:submit>
        </html:form>



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Attribute-errorStyleClass-invalid-for-tag-text-according-to-TLD-tp5710620.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to