DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18501>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18501 Controller wipes out exisiting request form data ------- Additional Comments From [EMAIL PROTECTED] 2003-04-01 19:24 ------- I can see why action chaining could be used in bad ways... but the way I'm trying to use it seems valid and intuitive: I have an action that sets some beans for my jsp that arn't related to the form. The jsp posts to a second action. In my error checking, I want to return to the previous page.... but since I need to repopulate my request scope beans, I simply redirect to the .do instead of the .jsp. The alternative would be to have the bean setting in two places.. in the original action and the post action in the error handling. I'm not sure how this would be a better practice. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]