RE: Setting a checkbox

2009-10-03 Thread Lee Clemens
You may need a getter method isIsChecked() or getIsChecked() -Original Message- From: Dan R. Olsen III [mailto:danec...@gmail.com] Sent: Friday, October 02, 2009 6:19 PM To: Struts Users Mailing List Subject: Setting a checkbox I have the following tag: s:checkbox id=termsofservice

Setting a checkbox

2009-10-02 Thread Dan R. Olsen III
I have the following tag: s:checkbox id=termsofservice name=isChecked fieldValue =true / isChecked is a boolean variable that is set in the action. When I put a variable in the name field for a textfield tag it will bring up the value of the variable in the text box. I want the checkbox above