RE: Making the checkbox selected by default.

2002-10-03 Thread Sri Sankaran
It'll appear checked if the value of the property attribute (from your form-bean) matches the value of the value attribute. This checkbox will appear selected if getColor() returns "red". Sri -Original Message- From: Sanjeev [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 200

RE: Making the checkbox selected by default.

2002-10-03 Thread Brandon Goodin
You can use multicheckbox to accomplish that. Check the docs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sanjeev Sent: Thursday, October 03, 2002 12:44 PM To: Struts Users Mailing List Subject: Making the checkbox selected by default. Hi All,