Hi, Is it possible to define parameters that should be sent to a global forward in struts-config.xml? Ie I want it all configured in the struts-config.xml.
Example: <global-forwards> <forward name="not-logged-in" path="/?action=login" /> </global-forwards> I cannot add the parameters before the forward is "called", because it is done in 3rd party classes that I don't want to mess with. I guess one option could be to write my own action class or something, that adds the required parameter, but I would very much like to be able to do this only using struts-config.xml. Regards /Jimi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]