Re: drop down problem

2010-03-30 Thread chinedu efoagui
thanks martin it worked On Sat, Mar 27, 2010 at 3:24 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: ajax link does not submit form..  use submitlink or ajaxbutton ** Martin 2010/3/27 chinedu efoagui chinedub...@gmail.com: Hello all,  I have this dropdown that shows up a list

drop down problem

2010-03-27 Thread chinedu efoagui
Hello all, I have this dropdown that shows up a list of employee see code below code public EmployeeDropDownChoice(String id,IModel model,IModel model2){ super(id,model,model2); final ChoiceRenderer renderer = new ChoiceRenderer(fullname, id);

Re: drop down problem

2010-03-27 Thread Martin Makundi
ajax link does not submit form.. use submitlink or ajaxbutton ** Martin 2010/3/27 chinedu efoagui chinedub...@gmail.com: Hello all,  I have this dropdown that shows up a list of employee see code below code  public EmployeeDropDownChoice(String id,IModel model,IModel model2){