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
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,
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
---
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
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
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
-
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
--
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
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
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
10 matches
Mail list logo