what is difference between Action messages and Action errors?
Answer Posted / mothilal d
The difference between the classes is zero -- all behavior
in ActionErrors was pushed up into ActionMessages and all
behavior in ActionError was pushed up into ActionMessage.
This was done in the attempt to clearly signal that these
classes can be used to pass any kind of messages from the
controller to the view -- errors being only one kind of
message
clearly saying that ActionErrors Method is deprecated in
earlier versions of struts and same features are pushed in
to ActionMessges now in latest versions
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is binary tree in java?
Is null an object java?
What is bifunction in java?
How do you start a thread?
What is super keyword explain with example?
Explain what are final variable in java?
State two differences between C and Java.
a thread is runnable, how does that work? : Java thread
Enlist diffrent types of inheritance supported by java?
How do you declare a destructor in java?
Why does java doesnt suuport unsigned values?
When will you define a method as static in Java?
How to disable caching on back button of the browser?
Explain java coding standards for classes or java coding conventions for classes?
What is meant by local variable and instance variable?