RE: Handling the exceptions in struts

2005-01-11 Thread Manisha Sathe
I would like to thanks all of u for your replies. Definitely this will help me to improve my coding practice. regards and have a nice day, Manisha - Do you Yahoo!? The all-new My Yahoo! – Get yours free!

RE: Handling the exceptions in struts

2005-01-11 Thread Daffin, Miles (Company IT)
type="java.lang.Exception" > >path="/error.do" > >handler="com.plok.blah.ExeptionHandler" /> > > > > > In ExeptionHandler I log the problem ad then put the formatted > > Exeption stacktrace on the request, or som

Re: Handling the exceptions in struts

2005-01-11 Thread Kishore Senji
uest, or something similar? > > -Miles > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 11 January 2005 16:20 > > To: Struts Users Mailing List > > Subject: RE: Handling the exceptions in struts > > > > &

Re: Handling the exceptions in struts

2005-01-11 Thread Jeff Beal
xeptionHandler I log the problem ad then put the formatted Exeption stacktrace on the request, or something similar? -Miles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 16:20 To: Struts Users Mailing List Subject: RE: Handling the exceptions in

Re: Handling the exceptions in struts

2005-01-11 Thread Jeff Beal
In ExeptionHandler I log the problem ad then put the formatted Exeption stacktrace on the request, or something similar? -Miles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 16:20 To: Struts Users Mailing List Subject: RE: Handling the exception

RE: Handling the exceptions in struts

2005-01-11 Thread Jeff_Caswell
t; -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 11 January 2005 16:20 > To: Struts Users Mailing List > Subject: RE: Handling the exceptions in struts > > > > > > Miles, you can capture a stack trace from any throwable using &g

RE: Handling the exceptions in struts

2005-01-11 Thread Daffin, Miles (Company IT)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 11 January 2005 16:20 > To: Struts Users Mailing List > Subject: RE: Handling the exceptions in struts > > > > > > Miles, you can capture a stack trace from any thro

RE: Handling the exceptions in struts

2005-01-11 Thread Jeff_Caswell
tanley.com> Subject: RE: Handling the exceptions in struts

RE: Handling the exceptions in struts

2005-01-11 Thread Daffin, Miles (Company IT)
The html:errors tag will display a generic message but how can I display the details of what went wrong (e.g. the Exception's stacktrace) in the designated error jsp? What are the options? Can someone point me at some docs that go into this in more detail? Thanks, -Miles > -Original Mes

RE: Handling the exceptions in struts

2005-01-11 Thread McDonnell, Colm (MLIM)
Have you considered using declarative exception handling? http://struts.apache.org/userGuide/building_controller.html#exception_ha ndler -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 09:26 To: user@struts.apache.org Subject: Handling the excepti