Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

Re: Serialization DynaActionForm

Laurie Harper

2008-07-02

Replies: Find Java Web Hosting

Author LoginPost Reply
STRUTS SL. Mailing List wrote:
> The Struts-config.xml is as follows:
>
> <form-bean dynamic="true" name="FormCircuitos" type="org.apache.struts.action.DynaActionForm" >
>      <form-property name="Clase" type="java.lang.String" />
>     .
>     .
>     .
> </form-bean>
>
> and the catalina.out I get this error.
>
> WARN No puedo serializar atributo de sesi?n FormCircuitos para sesi?n 772D050829571AEA6C6E7135C8BE60DA

That's not an error, it's a warning (hence the prefix WARN). You don't
provide a translation, so I'm not too sure what it's warning you about,
though...

> And the question is how the serialization DynaActionForm.????????

DynaActionForm implements Serializable and the only property you show is
of type String, which is serializable, so I don't know what the problem
might be.

L.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.