Hey all, i've a menu that routes to some different struts content modules. The menu items call a switch action.
The switch action changes the Module in the request, but not my RequestProcessor. I think the calling order is like this: 1. ActionServlet.getRequestProcessor() // The active module is my menu, so it will return the requestProcessor of the menu modul. 2. switchAction // This action sets the new moduleConfig in the request 3. RequestProcessor.process() // The System calls the wrong RequestProcess - menu modul instead of content module Is this right? Is it an error in reasoning? Thanks Fredy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]