Re: [appfuse-user] authorization failure issue

2008-07-23 Thread wskent
Excellent, That helped me work around the problem. Thanks, Kent PS.) This forum rocks !-) wskent wrote: > > A user with the proper authorizations is working as expected. But I am > getting the following error when a user attempts to access an action that > he does not have the granted authoriz

Re: [appfuse-user] authorization failure issue

2008-07-23 Thread Matt Raible
Are there Struts tags in your accessDenied.jsp page? If so, you might want to 1) remove them, or 2) change your logic to dispatch to an Action that serves up the page instead. Matt On Tue, Jul 22, 2008 at 3:49 PM, wskent <[EMAIL PROTECTED]> wrote: > > A user with the proper authorizations is wor

[appfuse-user] authorization failure issue

2008-07-22 Thread wskent
A user with the proper authorizations is working as expected. But I am getting the following error when a user attempts to access an action that he does not have the granted authorization to. What is the best way to handle this situation more gracefully - An Error has occurred in this applicatio