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=10380>.
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=10380

DynaActionFormClass not serializable





------- Additional Comments From [EMAIL PROTECTED]  2002-07-02 04:43 -------
As with any JavaBean, not only does the bean class itself need to be
Serializable, but all the properties need to be Serializable as well.  Can you
confirm that all the properties you are setting in this DynaActionFormClass are
themselves Serializable?

It is also possible that this is a spurious error due to changes in
DynaActionForm  in different nightly builds of Struts, since the exception is
happening when the old session information is being loaded.  Try deleting the
old work directory for this webapp
($CATALINA_HOME/work/${hostname}/${context.path}) and restarting Tomcat with no
old sessions.  Then do some work in this webapp, followed by a shutdown and
restart of Tomcat to ensure that the sessions can be reloaded.

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

Reply via email to