Something like this doesn't work for you? <input type="checkbox" name="isSomething" value="true" checked>
Or, this, if you're using XHTML: <input type="checkbox" name="isSomething" value="true" checked="checked" /> chris > -----Original Message----- > From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 2:25 PM > To: [EMAIL PROTECTED] > Subject: Netscape cannot pre-check the checkbox! > > > Subject: Netscape cannot pre-check the checkbox! > From: "J. Jason Zhou" <[EMAIL PROTECTED]> > === > When a checkbox need to be pre-checked, IE works fine but > Netscape does not > show the check mark on the checkbox. Anyone has the same experience? > > > -- > Best Regards, > > J. Jason Zhou > Business Intelligence Platform Division (BIP), R & D, > SAS Institute, 100 SAS Campus Dr. > Cary, North Carolina 27513-8617 > Voice: 919-531-0568(O) > Email: [EMAIL PROTECTED] > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

