[appfuse-user] 403 error

2010-05-17 Thread tibi
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 cannot be found. This is usually caused by using Struts tags without the associated filter. Struts

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

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
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. >