; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
Why not redirect to the struts 2 action you want?
This is the jsp I use for error pages in tomcat:
<%response.sendRedirect("error.do");%>
where error.do points to a struts 2 action
Josh
On Nov 7, 2007 5:15 PM, matihost <[EMAIL PROTECTED]> wrote:
> > This error page is defined in my web.xml:
>
> This error page is defined in my web.xml:
>
>
>404
>/pages/errors/page404.jsp
>
You are using Tomcat web container. There is one issue regarding
element, but i assume there are the same reason for any url
used in web.xml.
https://issues.apache.org/struts/browse/WW-2025
In other w
Hi, i'm developping a blog using Struts 2 (2.0.11), I have a strange
error in a 404 error page.
This error page is defined in my web.xml:
404
/pages/errors/page404.jsp
Struts 2 is configured with those lines :
struts2
org.apache.struts2.d
4 matches
Mail list logo