Greeting:
I am using <html:multibox> tag on a jsp page. The scope of form bean associated with this jsp page is session. The Struts version is 1.1. I first check some of checkboxes and then refresh the page. The bean's property, i.e. selectedUsers (a String array), got populated and jsp page also displayed correctly. This is good. Next, if I just unchecked some of checked checkboxes rather then all of them, then refresh the page it still works fine. However, if I unchecked them all then refresh the page, the previous step checked boxed remained unchanged and still were checked. I can see them both on jsp page and form bean's property selectedUsers. Is this a bug for the tag? Thanks. Tim Jian Momentum systems, Inc.