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)
Original Message- > From: Amleto Di Salle [mailto:[EMAIL PROTECTED] > Sent: 11 January 2005 09:38 > To: 'Struts Users Mailing List' > Subject: R: Handling the exceptions in struts > > Hi, > You can use the tag "exception" inside the tag action for > l

RE: Handling the exceptions in struts

2005-01-11 Thread McDonnell, Colm (MLIM)
exceptions in struts I am trying to have a common routine for Exceptions. Inside Action Class I am calling this common method, passing ActionMapping as parameter, doing some stuff like logging and then forwarding to error page. But the problem is what if i get exception in my normal Common Java

R: Handling the exceptions in struts

2005-01-11 Thread Amleto Di Salle
g. The attribute key contains a resource message. BR /Amleto > -Messaggio originale- > Da: Manisha Sathe [mailto:[EMAIL PROTECTED] > Inviato: martedì 11 gennaio 2005 10.26 > A: user@struts.apache.org > Oggetto: Handling the exceptions in struts > > > I am tr

Handling the exceptions in struts

2005-01-11 Thread Manisha Sathe
I am trying to have a common routine for Exceptions. Inside Action Class I am calling this common method, passing ActionMapping as parameter, doing some stuff like logging and then forwarding to error page. But the problem is what if i get exception in my normal Common Java files (which does