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: s:action tag showing result

2013-06-20 Thread Daniel Clemente Ivars
Hi! I'm facing not the same, but a strange behavior too with "s:action tag" since Struts version 2.3.12. I'm using them in similar way than Felipe, so it load some Lists to be used later for Select Fields filling. It worked well until change struts version form 2.3.8 to 2.3.12 and later. Now,

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: s:action tag showing result

2013-06-20 Thread Lukasz Lenart
Have you tried to use the previous versions? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/20 Felipe Lorenz : > Hi all, > > I have been using struts quite a long time, but in the last days I have faced > a strange behaviour of s:action tag. > > In my JSP I am using the ta

s:action tag showing result

2013-06-20 Thread Felipe Lorenz
Hi all, I have been using struts quite a long time, but in the last days I have faced a strange behaviour of s:action tag. In my JSP I am using the tag action to load list to be used to mount my s:select. But in the redered HTML, the result of the action is showing, even when the executeResult