As I understand it, the automatic properties feature is a way to avoid
the menial work of writing assessors and mutators for your form beans.
There really isn't any "logic" involved. The ActionForm bean has a
standard reset method that you can use to populate your beans with
default values.

Tahir Awan wrote:
> Thanks, I will look into David's validator approach.
> 
> Is there any other implementation of automatic properties which can be used
> with struts till 1.1. I suppose its THE basic requirement for any
> web-interface to populate values for update actions and in case of
> validation fails. Writing custom logic per page is out of question and it
> has to be part of the framework somehow.

Reply via email to