DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36130>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36130 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-10 22:12 ------- I wish there were an easy workaround. For now, I'll be overriding DispatchAction to use the last parameter value instead of the first (I've since found support that this is the way RequestDispatchers work). The bigger issue is how should one plan to avoid this? One of the best practices for struts is to define your actions mappings, forms, etc. in the config file, and let your application work from that. If I'm simply forwarding to some action forward by name, I don't know if this going to another action or not. In fact, that is exactly how I arrived at this. Piece-wise all of these actions behave correctly, but when integrated, under certain conditions, some of the pages they would've forwarded to are unnecessary so they bypass them and forward to the next step, which happened to be another action. Where are some good sources to find more info on this? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]