Hi everybody,

We wonder if it is possible to safely null validatorResult in ValidatorForm
after succesfull
validation. It could bring our application big memory effort as all our form
are session scope.
And validatorResult for some pages have 40K!!. As we found this structure is
already nulled in reset()
method of ValidatorForm and build again so IMHO should be safe. But aren't
we missing something?
We still question ourselves Why then isn't struts doing something like that
automatically.
Thanks for all yout comments.

(We are using struts 1.2.9 for our project and Jakarta Common Validator in
version 1.1.4)

Reply via email to