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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]