Hi all,
I have 2 actions using the same form bean. In my jsp, I am using 2 dependent html:select tags. If I change the selected item in the first one, it will repopulate the second tag using onchange="document.form[0].submit()" that will execute my first action. Then if I go and change the selected item in the second tag and click submit that submits the second action, it will pick up the old selected value of the second tag. however, if I submited the same action, it will display the correct values. Please let me know how to fix it. Toni. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

