How display data base errors on web console by using the
Struts Framework?
Answer Posted / 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 View All Answers
What is the purpose of redirect result type?
What is the difference between shocks and struts?
How to display validation errors on jsp page?
Who makes the struts?
What does the term struts mean?
What design patterns are used in struts?
What is apache struts cve 2017 5638?
What is the procedure of operation of a form tag?
What is difference between struts1 and struts2?
What is the use of web xml in struts2?
Why we use struts over servlets?
Can we handle exceptions in Struts programmatically?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What does it cost to replace struts?