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
Can private members of a base class are inheritable justify?
What is the difference between the file and randomaccessfile classes?
What is class??
Why is the type for real numbers called double?
How to declare an arraylist in java?
What are void pointers?
What is %02d?
What does %4d mean in java?
Which are different kinds of source code?
What is the difference between a local variable and an instance variable?
Are functions objects in java?
What 4 doubled?
How does sublist works in java?
What are the wrapped, classes?
What is a concrete classes? Is Java object class is concrete class?