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...


In struts how to use regurlar formbeans using validation
framework explain?



In struts how to use regurlar formbeans using validation framework explain?..

Answer / santosh kumar

if u want to use validator plug-in in ur application
->u have to call the super class validate() from ur FormBean
class validate()

ex :
public ActionErrors validate(ActionMapping
map,HttpServletRequest req)
{
ActionErrors ers=super.validate(map,req);

----------------
----------------
}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Struts Interview Questions

What are the core components of a struct2 based application?

0 Answers  


At the point, you should go for struts framework?

0 Answers  


Which servlet does the struts framework use?

0 Answers  


Is struts mvc framework?

0 Answers  


How can we group related actions in one group in Struts?

0 Answers  


how the error can be showed in the jsp page in struts?

3 Answers   Wipro,


what is the advantages and diadvantages of Struts?

1 Answers  


diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)

8 Answers   Athena Health Care, Symphony, TCS,


What is the purpose of @results?

0 Answers  


What happens when Two users requests for same action class? How the threads are controlled?

4 Answers  


Name the different types of actions found in struts.

0 Answers  


What are best practices to follow while developing Struts2 application?

0 Answers  


Categories