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.

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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.
__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]