Could someone please validate my understanding of the
requirements for using forms in session scope? 
Following the rule that anything stored in the session
must implment Serializable, is it true that one
shouldn't use DynaValidatorForms in the session scope?
 Instead a concrete class should be created that
extends ValidatorForm and implements
java.io.Serializable?

I've read many articles contradicting this (and using
DynaValidatorForms in session scope).  Am I missing
something?

TIA,
Emily

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to