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
Can arraylist hold different types java?
What is meant by null and void?
What are the differences between include directive and include action?
How does compareto method work?
How do you download stubs from Remote place?
what is the purpose of "virtual"?
Explain the difference between jdk, jre, and jvm?
Can we override the private methods?
What are the three parts of a lambda expression?
What is set and get methods in java?
what is meant by HQL?
What is a line separator in java?
What are the data types supported by java?
What is anagram of a string?
Explain public static void main(string args[]) in java.