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=30428>. 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=30428 RequestProcessor should bind form beans after population, not before Summary: RequestProcessor should bind form beans after population, not before Product: Struts Version: 1.1 Final Platform: Other URL: http://twasink.net/blog/archives/2004/08/tip_to_the_stru _1.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The RequestProcessor binds form beans immediately upon creation, not after population. When the form bean is being bound into the session scope, this can cause some problems with session replication; the blank form bean will be replicated, not the populated one. This can be bad, and essentially rules out using session-bound form-beans in such an environment. All that needs to be done to correct it is to bind the form _after_ population, and not before. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]