Re: Struts2 Exception Handling

2013-06-21 Thread Sreekanth S. Nair
I need one more help regarding performance tuning for struts2, do you have any latest good link for it. -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egovernments.org Mob : 9980078913 On Fri, Jun 21

Re: Struts2 Exception Handling

2013-06-21 Thread Sreekanth S. Nair
Yeah lukasz, you are correct i was working with devMode set to true, when i made it to false the custom exception page is coming.. Thanks a lot for reminding me this simple mistake. -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egove

Re: Struts2 Exception Handling

2013-06-20 Thread Lukasz Lenart
Do you have devMode set to true? Which stack do you use in struts.xml? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/21 Sreekanth S. Nair : > Okay, but the error page i'm getting is default error page not the custom > error page (more over i'm not using exceptionStack in m

Re: Struts2 Exception Handling

2013-06-20 Thread Sreekanth S. Nair
Okay, but the error page i'm getting is default error page not the custom error page (more over i'm not using exceptionStack in my custom error page) -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egovernments.org Mob : 9980078913 ---

Re: Struts2 Exception Handling

2013-06-20 Thread Lukasz Lenart
There is nothing like CatchAll in Struts 2, you define result per exception type so all other exceptions than SecurityBreachException will be directed to result "error" and error.jsp prints the stacktrace as well: Exception Details: so maybe remove that line and your are done. Re

Re: Struts2 Exception Handling

2013-06-20 Thread Sreekanth S. Nair
I already have the following settings in my struts.xml /error/genericError.jsp /error/accessdenied.jsp /error/invalidrequest.jsp /error/pageNotFound.jsp -- Thanks & Regards Srikanth Software Developer e

Re: Struts2 Exception Handling

2013-06-20 Thread Sreekanth S. Nair
Hi Lukasz, Thanks for your replay, i did the same way only, but there are some exception still going uncaught and showing the stacktrace to view. There was something called CatchAll, can you please tell me how to do it. -- Thanks & Regards Srikanth Software Developer -

Re: Struts2 Exception Handling

2013-06-20 Thread Lukasz Lenart
2013/6/21 Sreekanth S. Nair : > Hi, > Can anyone point me a tutorial or reference for how to handle exception > (uncaught or all exception). There are so many tutorial available online > but all are different. http://struts.apache.org/development/2.x/docs/exception-handling.html Regards --

Struts2 Exception Handling

2013-06-20 Thread Sreekanth S. Nair
Hi, Can anyone point me a tutorial or reference for how to handle exception (uncaught or all exception). There are so many tutorial available online but all are different. -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egovernments

Re: struts2 exception handling

2007-05-15 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > I would like to centralize exception handling in a > one class instead of handling them in all action > method. http://struts.apache.org/2.x/docs/exception-configuration.html d.

struts2 exception handling

2007-05-15 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, my business classes that are called in my action methods may throw specific exceptions.