Re: Populate form according to selected item in dropdownchoice

2007-11-29 Thread tsuresh
Thanks Dipu , I did it with the help of your code. have a look at the attached files, thats based on your code snippet, you will get the idea. regards dipu -- View this message in context: http://www.nabble.com/Populate-form-according-to-selected-item-in-dropdownchoice-tf4873352.html

Re: Populate form according to selected item in dropdownchoice

2007-11-27 Thread Dipu Seminlal
"mail"); > >> DropDownChoice roleDdc =null; > >> try{ > >> roleDdc = new DropDownChoice("role.name",r.list()); > >> }catch(SQLException e){ > >> String err = e.g

Re: Populate form according to selected item in dropdownchoice

2007-11-26 Thread tsuresh
me",r.list()); >> }catch(SQLException e){ >> String err = e.getMessage(); >> } >> form.add(ddc); >> form.add(mailComp); >> form.add(roleDdc); >> } >> >

Re: Populate form according to selected item in dropdownchoice

2007-11-26 Thread Gwyn Evans
form.add(ddc); > > form.add(mailComp); > > form.add(roleDdc); > > } > > > > class UserEditForm extends Form { > > public UserEditForm(String id,IModel model) { > > super(id,model); > > } >

Re: Populate form according to selected item in dropdownchoice

2007-11-26 Thread Dipu Seminlal
lass UserEditForm extends Form { > public UserEditForm(String id,IModel model) { > super(id,model); > } > -- > View this message in context: > http://www.nabble.com/Populate-form-according-to-selected-item-in-dropdownchoice-tf4873352.html#a13944776 > Sen

Populate form according to selected item in dropdownchoice

2007-11-25 Thread tsuresh
c); } class UserEditForm extends Form { public UserEditForm(String id,IModel model) { super(id,model); } -- View this message in context: http://www.nabble.com/Populate-form-according-to-selected-item-in-dropdownchoice-tf4873352.html#a13944776 Sent from th