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 are static methods?
How do you sort a string in alphabetical order in java?
What is a variable simple definition?
Why is the main method declared static?
How many types of keywords are there?
What is class forname used for?
what is ststic with example
Can we nested try statements in java?
What is string data?
Can a singleton class be inherited?
How many functional interfaces does java 8 have?
What are three ways in which a thread can enter the waiting state in java programming?
How does list work in java?
What is autoboxing in java?
How will you initialize an Applet?