Re: [appfuse-user] 403 error

2010-06-02 Thread Josep GarcĂ­a
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

Re: [appfuse-user] 403 error

2010-05-17 Thread Matt Raible
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. >

Re: [appfuse-user] 403 error

2010-05-17 Thread tibor strausz
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

Re: [appfuse-user] 403 error

2010-05-17 Thread Matt Raible
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

Re: [appfuse-user] 403 error displays a 403.jsp nested within another

2007-06-26 Thread Matt Raible
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