how the error can be showed in the jsp page in struts?
Answer Posted / durgesh kumar jha
Using Fielderror and actionerror tag we can show error
on jsp page:
<s:fielderror></s:fielderror>
<s:actionerror/>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the main classes which are used in struts application?
How exceptions are handled in struts application?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What is the use of jsonvalidation?
Can you explain value stack?
Whats the difference between the default namespace and the root namespace?
What is struts framework in java?
What do you mean by the abstract package in struts2, and what is its utilization?
In which method of action class the business logic is executed?
How is a lookup dispatch action created?
What is the purpose of redirect result type?
What is validate() and reset() functions?
What are the applications of struts?
Can you explain custom tag?
What is the difference between plain-validator and field-validator?