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=18022>. 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=18022 HttpSessionBindingListener.valueUnbound() called on every request to an ActionForm [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Target Milestone|--- |1.2 Family ------- Additional Comments From [EMAIL PROTECTED] 2003-03-15 21:52 ------- There is no way to know if the bean returned from RequestUtils.createActionForm() was reused from the session or newly created. We need to refactor that method into 2 methods, probably one that returns true if the bean is found in the session and is reusable. Then the RequestProcessor can call our new method to determine if it should put the bean in the session or not. This is an enhancement we should consider for 1.2. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]