You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "STRUTS SL. Mailing List" <st...@trapsatur.com> on 2008/07/02 15:30:04 UTC

Serialization DynaActionForm

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

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

Thanks.

Re: Serialization DynaActionForm

Posted by Laurie Harper <la...@holoweb.net>.
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@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org