repopulating dropdown menus when validation errors occur

2005-04-12 Thread Mallikarjun Komma
Hi, I am new to struts frame work.I have a question regarding repopulating dropdown menu when validation error occurs in the form containing dropdowns. In my application when user clicks on a link it goes to the action class and I get the list to from database and I put it in request scope to disp

Re: repopulating dropdown menus when validation errors occur

2005-04-12 Thread Mallikarjun Komma
kurt, I am putting the list of values for the drop down in the form bean as dynaform.set("userList", list) in theaction class. (userList is a form property here) but still not able to get the drop down re-populated back when validation errors occur. What am I doing wrong here? Thanks in advance.