Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is difference between Action messages and Action errors?

Answers were Sorted based on User's Feedback



what is difference between Action messages and Action errors?..

Answer / 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

what is difference between Action messages and Action errors?..

Answer / mishra_pradip(geit)

ActionMessage: A class that encapsulates messages. Messages
can be either global or they are specific to a particular
bean property.
Each individual message is described by an ActionMessage
object, which contains a message key (to be looked up in an
appropriate message resources database), and up to four
placeholder arguments used for parametric substitution in
the resulting message.
ActionErrors: A class that encapsulates the error messages
being reported by the validate() method of an ActionForm.
Validation errors are either global to the entire
ActionForm bean they are associated with, or they are
specific to a particular bean property (and, therefore, a
particular input field on the corresponding form).

Is This Answer Correct ?    5 Yes 0 No

what is difference between Action messages and Action errors?..

Answer / 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

More Core Java Interview Questions

What is the difference between preemptive scheduling and time slicing?

0 Answers  


What is the equal sign?

0 Answers  


Have you used any version control ? if so explain about it?

2 Answers  


How can you say java is object oriented?

0 Answers  


What is a text string?

0 Answers  


Explain method local inner classes ?

0 Answers  


How many times garbage collector will invoke an object?s finalize() method?

4 Answers  


Break statement can be used as labels in java?

0 Answers  


Can a lock be acquired on a class in java programming?

0 Answers  


What is a flag value?

0 Answers  


Why do we need data serialization?

0 Answers  


wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?

2 Answers  


Categories