Re: Form bean pre-population and validation

2003-03-01 Thread Jeff Kyser
I'd say a DynaValidatorForm is pretty elegant. Use the initial="your value" for each form-property that has a default. -jeff On Saturday, March 1, 2003, at 11:26 AM, harish krishnaswamy wrote: What is the elegant way of specifying default values for a form and not validate the form until

Form bean pre-population and validation

2003-03-01 Thread harish krishnaswamy
What is the elegant way of specifying default values for a form and not validate the form until the user has had a chance to input data? I have some fields in the form that needs to shown as nulls but the user cannot leave these fields blank and I have other fields that have default values. __