I don't know if there's a better way to do it, but we solved it like this in
struts.xml:
/WEB-INF/pages/dataAccessFailure.jsp
/403.jsp
/404.jsp
I'd be glad to know if there's a better way of doing i
You could try adding ERROR to your Struts filters.
On Mon, May 17, 2010 at 2:35 PM, tibor strausz wrote:
> i have the default one from appfuse
> there is a displaytag tag
>
> when i remove the code the page is shown.
>
> but what i don't understand is when i go directly to the jsp all is fine.
>
i have the default one from appfuse
there is a displaytag tag
when i remove the code the page is shown.
but what i don't understand is when i go directly to the jsp all is fine.
somehow the struts tags do not get processed
tibi
Matt Raible wrote:
> Do you have Struts JSP tags in your 403 page
Do you have Struts JSP tags in your 403 page?
On Mon, May 17, 2010 at 9:00 AM, wrote:
> Hi
>
> when entering a url which is, according to my role, not allowed
> (http://localhost:8080/cms/contents.html) i'm revered to the 403.jsp page
> but i get an error:
>
> Oeps!
>
> The Struts dispatcher can
If you exclude 403.jsp in decorators.xml, it will fix this problem.
We've done this in the latest release.
Matt
On 6/26/07, arvinder <[EMAIL PROTECTED]> wrote:
If I try to access users.html when logged in as non admin user I get 403.jsp
nested within another, like 403.jsp is included in itself