From: "Scott Purcell" <[EMAIL PROTECTED]>
> I have a couple of jsp pages where there is a single checkbox on the page.
> But as a newbie, I am not sure what type in the creation to make it? A
String? A Boolean?

I usually use Boolean for checkboxes.  (Read the docs about using the
'reset' method to make 'un-checking' the box possible.)

If it's a yes/no question, I sometimes use a pair of radio buttons for "Y"
or "N".

-- 
Wendy Smoak


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

Reply via email to