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 exceptions are handled in struts application?
What is structs 2 validation framework?
What are struts in java?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Which components are available using actioncontext map?
Which configuration file is used for storing jsp configuration information in struts?
What is the purpose of @stringlengthfieldvalidator annotation?
What validate() and reset() method does ?
What is Struts2?
Why use spring, if you are already using struts?
What do you mean by actionform?
Can you explain the directory structure for a struts folder in brief ?
What are the steps used to setup dispatch action?
In which order struts framework searches for a message bundle?
What is the purpose of struts.xml in struct2?