Re: html:multibox question

2005-05-25 Thread Wendy Smoak
From: "Apte, Dhanashree (Noblestar)" <[EMAIL PROTECTED]> > > How do I make sure that only the selected ones get through? > http://struts.apache.org/userGuide/struts-html.html#multibox WARNING: In order to correctly recognize cases where none of the associated checkboxes are selected, the ActionFo

RE: html:multibox question

2005-05-25 Thread meyawn
well, when you uncheck a checkbox, there is nothing passed to your form. so your form doesnt know which checkboxes are there on your page that are unchecked. it knows only about the boxes you checked. so i guess you have to reset your form after it has inited?? not very sure -Original Message-