RE: How to get select objects from ListView

2008-05-09 Thread Hoover, William
To: users@wicket.apache.org Subject: How to get select objects from ListView Hi! I have this list view ListView view = new ListView( "translatorView" , cultureModel ){ private static final long serialVersionUID = 1L;

Re: How to get select objects from ListView

2008-05-09 Thread Mathias P.W Nilsson
Of course :) thanks. -- View this message in context: http://www.nabble.com/How-to-get-select-objects-from-ListView-tp17146212p17146720.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: How to get select objects from ListView

2008-05-09 Thread Maurice Marrink
>> When submit is pressed I need to get an array of selected users. >> >> It can contain 100 drop down boxes and I want the selected user in each drop >> down. >> -- >> View this message in context: >> http://www.nabble.com/How-to-get-select-objects-from-

Re: How to get select objects from ListView

2008-05-09 Thread Martin Makundi
rop > down. > -- > View this message in context: > http://www.nabble.com/How-to-get-select-objects-from-ListView-tp17146212p17146322.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: How to get select objects from ListView

2008-05-09 Thread Mathias P.W Nilsson
When submit is pressed I need to get an array of selected users. It can contain 100 drop down boxes and I want the selected user in each drop down. -- View this message in context: http://www.nabble.com/How-to-get-select-objects-from-ListView-tp17146212p17146322.html Sent from the Wicket

Re: How to get select objects from ListView

2008-05-09 Thread Martin Makundi
em.add( translatorChoice ); > >} > > }; > > The model is a detached model for users. How can I get the list of drop down > choice model objects? > -- > View this message in context: > http://www.nabble.com/How-to-get-select-obje

How to get select objects from ListView

2008-05-09 Thread Mathias P.W Nilsson
}; The model is a detached model for users. How can I get the list of drop down choice model objects? -- View this message in context: http://www.nabble.com/How-to-get-select-objects-from-ListView-tp17146212p17146212.html Se