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


How display data base errors on web console by using the
Struts Framework?

Answers were Sorted based on User's Feedback



How display data base errors on web console by using the Struts Framework?..

Answer / ranjith nambiar

In hibernate configuration file, hibernate.cfg.xml, with in <session-factory> put <property name="show_sql">true</property>.

Is This Answer Correct ?    1 Yes 2 No

How display data base errors on web console by using the Struts Framework?..

Answer / m gangadhar

hi,
define a base class which handles all error related
operations. get Error code from E.getErrorCode() in Catch
block and then throw that error to action class.
Example.
Error code 00001: is defined for Unique constraint
voilation. for this
catch{
if(errorCode == 00001){
throw new UniqueKeyException();
}
}
// this unique exception is userdefined exception in my
framework.

and catch this exception in your action class. and be
remember in your struts-config file action tag define
input="/ErrorPage.do" property. then only it redirects to
that page in what u defined in input tag action path.

if any thing regarding this one feel free to mail me.
Thanks a lot

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Struts Interview Questions

What is lookupdispatchaction?

0 Answers  


What is the life cycle of actionform?

0 Answers  


What is the purpose of @keyproperty annotation annotation?

0 Answers  


State the procedure for using forward attribute of link tag’s.

0 Answers  


Does apache tomcat use struts?

0 Answers  


How to get data from the velocity page in a action class?

0 Answers  


What is difference between interceptors and filters?

0 Answers  


What is filter dispatcher in struts?

0 Answers  


What is struts and springs in java?

0 Answers  


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

0 Answers  


What are the sections into which a strut configuration file can be divided?

0 Answers  


How to forward from Array List to Jsp in Struts ActionServlet class?

8 Answers  


Categories