Re: Struts 1.3.5: Forward out of ComposableRequestProcessor-action

2006-08-29 Thread Wendy Smoak
On 8/28/06, Thomas Hamacher <[EMAIL PROTECTED]> wrote: My current implementation is close to the default struts-implementation, so the "UnauthorizedActionException" is thrown, if the user is not allowed to access this action. But in this case the tomcat shows an error 500 with the given error-me

Struts 1.3.5: Forward out of ComposableRequestProcessor-action

2006-08-28 Thread Thomas Hamacher
Hi everyone, I just played around a little bit with Struts 1.3.5 and did some nice tests with the new ComposableRequestProcessor, which is definately an improvement against the usual RequestProcessor! Compliments to the developers! But now I came to a question: I created my own AuthorizeActio