Re: Checkbox Initialization - Got it

2004-09-16 Thread bmf5
I missed(forgot) the fact that validate defaults to true. Add one line to config file & Viola! [EMAIL PROTECTED] wrote on 09/16/2004 09:42:37 AM: > > > > > I'm obviously not understanding something. > > I've got a requirement to initially display a blank form with some > checkboxes checked.

Checkbox Initialization

2004-09-16 Thread bmf5
I'm obviously not understanding something. I've got a requirement to initially display a blank form with some checkboxes checked. What I have is a TakeoverAuditAssignmentForm with a setDefaults() method that sets the checkboxes to true. My NewDealerAction calls the setDefault() method then g