I am having a real issue with the way that form beans are cached.
If you create a form bean called myForm, visit the page, then change
the form bean to MyForm and visit the page again, you will get a
form bean retrieval error until you restart the whole container (not
just the application in the container).  This occurs when using the
DynaAction & friends type of forms.

This is not a good thing.  Changing the name of the form could
potentially lead to many problems under these circumstances.  The
cached version should only be used if the form retains the same
name.  Otherwise, a new form bean should be instantiated.

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, <[EMAIL PROTECTED]>
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Chaos reigns within. 
Reflect, repent, and reboot.  Order shall return.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to