RE: HTML:checkbox question

2002-11-11 Thread edgar
:27 AM To: 'Struts-Users' Subject: HTML:checkbox question Hey all, The problem I am having is setting the default state of a checkbox and having the state retained over form submission. If I set the default state to be selected (true in the underlying actionform) when the form is submitted

HTML:checkbox question

2002-11-10 Thread Sean Gay
Hey all, The problem I am having is setting the default state of a checkbox and having the state retained over form submission. If I set the default state to be selected (true in the underlying actionform) when the form is submitted the checkbox remains selected even if it has been de-selected

RE: HTML:checkbox question

2002-11-10 Thread Andrew Hill
Subject: HTML:checkbox question Hey all, The problem I am having is setting the default state of a checkbox and having the state retained over form submission. If I set the default state to be selected (true in the underlying actionform) when the form is submitted the checkbox remains selected even

Re: html:checkbox question

2001-10-03 Thread martin . cooper
Take a look at the html:multibox tag. I believe this will do what you want. -- Martin Cooper - Original Message - From: Kilmer, Erich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 12:30 PM Subject: html:checkbox question On my page I want to show checkboxes

html:checkbox question

2001-10-02 Thread Kilmer, Erich
On my page I want to show checkboxes with text next to it. Each checkbox needs a numeric value associated with it. So when someone checks the box I get something in the query string like: deliveryoptions=111deliveryoptions=222. Oh yeah, there could be one or more deliveryoptions. They come in a