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 the use of ActionErrors in Struts



What is the use of ActionErrors in Struts..

Answer / biru

In Validate method for each validation error we need to
construct an object of ActionMessage class and we need to
add each ActionMessage class object to ActionErrors class
object .
Ex:
public ActionErrors validate(ActionMapping
am,HttpServletRequest)
{
ActionErrors aes=new ActionErrors();
if(uname.length==0)
{ ActionMessage am1=new ActionMessage("uname.wrong")
aes.add("uname",am1);
}
}

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Struts Interview Questions

What are the different kinds of actions in struts?

0 Answers  


What do you mean by dynaactionform?

0 Answers  


what is the struts internal code?

1 Answers   Wipro,


what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?

1 Answers  


what is a RequestProcessor?

5 Answers   TCS, Wipro,


how can i fetch combo box value into my DAO using struts 2?

3 Answers  


What is the default suffix for Struts2 action URI and how can we change it?

0 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash

4 Answers  


What is defeult result type?

0 Answers  


What are the classes used in struts?

0 Answers  


What is the use of jsonvalidation in struts?

0 Answers  


Categories