You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/15 22:52:44 UTC

DO NOT REPLY [Bug 18022] - HttpSessionBindingListener.valueUnbound() called on every request to an ActionForm

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

dgraham@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement
   Target Milestone|---                         |1.2 Family



------- Additional Comments From dgraham@apache.org  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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org