actionerrorTag.jsp
|
<%@ taglib prefix="s" uri="/struts-tags" %> <html> <head> <title>Actionerror Tag Example!</title> <body> <s:form action="validUser" method="POST"> <s:textfield label="User Name" name="username" size="20" maxlength="10" /> <s:password label="Password" name="password" size="20" maxlength="10" /> <s:submit value="Submit" /> </s:form> </body> </html> |
Output of the actionerrorTag.jsp:
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Actionerror Tag
Post your Comment