On 24/07/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > You need to follow the same guidelines for selects as for checkboxes: > ensure you reset the underlying form bean property each time. > > http://struts.apache.org/userGuide/struts-html.html#select
I knew about the reset method; but the problem was that it is a multi page form, and the reset method is called for every page visited, but not everything is included in each page. I believe I have solved the issue using mapping.getPath() in the reset method to identify which page has just been submitted, and only resetting the html:select if the appropriate page is being submitted. Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]