You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by starki78 <st...@libero.it> on 2005/11/09 08:58:04 UTC

Change in Class ValidatorForm

Hi,

for a filter we are serializing Form-Beans.
Now I saw that the serialized output is extremely long
with all Validation-Data that it do not needed.
Because of that I used the transient modifier
for the variable ValidatorResults: 

protected  transient ValidatorResults validatorResults = null;

Is there something to say against this change?

Nice greetings Starky





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org