whats is mean Actionerrors and Actionerror?
Answer Posted / venkateswar reddy
we used to represent the errors in struts by actionerrors.
For every error we wil write one actionerror..like we wil
write all the errors in actionerror object.
All ActionErrors Ojects are hold by ActionError Object.
Any how it is deprecated in Struts1.1, you wil find
ActionMessages and ActionMessage objects in struts1.1
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Can a reducer dispatch an action?
What are action errors?
Explain the life cycle of a request in struct2 application?
What is the purpose of @expressionvalidator annotation?
What is the purpose of execute() method?
What is the role of action class?
What is the purpose of @action annotation?
What types of validations are available in xml based validation in struts2?
What is the purpose of interceptors?
What is actioninvocation?
What is used to display the intermediate result in an interceptor?
What is interceptor in Struts2?
Can we integrate struts with spring?
how does request processor relates to action mapping?
What is the purpose of struts.properties in struct2?