[ http://issues.apache.org/struts/browse/STR-2934?page=comments#action_38158 ] Harshad Bhatwadekar commented on STR-2934: ------------------------------------------
The reset method is called only once when the page gets loaded. But when we deselect any record and the press Edit button, the reset method is not called. we have nullified the String[] in the reset method. But reset method is not getting called. > Listbox Problem after unselect > ------------------------------ > > Key: STR-2934 > URL: http://issues.apache.org/struts/browse/STR-2934 > Project: Struts 1 > Issue Type: Bug > Components: Taglibs > Affects Versions: 1.2.7 > Environment: Windows 2000, Tomcat 5.0.18 > Reporter: Harshad Bhatwadekar > > This issue comes up when we have a html:select and it is multiple=true. When > the user unselect the existing values and does not select any value, the old > value of select option is submitted and not the null value. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
