what is difference between Action messages and Action errors?
Answer Posted / gajendra
ActionErrors represent collection of ActionError objects.
ActionMessages ia super class of ActionErrors in Struts.
In Struts 1.2 ActionError and ActionErrors classes are
deprecated.
We have to use ActionMessage and ActionMessages instead.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the use of singleton class?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Will the jvm load the package twice at runtime?
What is var keyword ?
When to use runnable interface vs thread class in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Can a class have multiple subclasses?
How to disable caching on back button of the browser?
Can I uninstall java?
What is the difference between exception and error in java?
What do you mean by default constructor in java?
What is comparator in java?
Explain heap sort?
What is a function argument in java?
What is meant by overloading?