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
How can we upload files in Struts2 application?
How can you create your custom interceptor in struts 2?
What is the purpose of '@customvalidator'?
What is action class?
Explain struts?
Which components are available using actioncontext map?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is struts2 namespace?
How is a lookup dispatch action created?
What is the need of struts?
What is discontinuous strut?
Explain about the process of functioning of the struts program?
Will the struts tags support other markup languages such as wml ?
What are the major differences between html tags and strut specific html tags?
What is the purpose of @createifnull annotation annotation?