Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
-2006 13:46 To: wicket-user@lists.sourceforge.net Cc: Subject:Re: [Wicket-user] Dropdown choices in wicket Hmm - "should" isn't really correct - "could", yes, but not "should". Personally, I'd suggest a single CompondPropertyModel, set fo

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Gwyn Evans
; add(search) > > > I hope my simple example contributes to something usefull:) > > Regards Nino > > > -----Original Message- > From: [EMAIL PROTECTED] on behalf of sathya81 > Sent: Fri 18-08-2006 11:00 > To: wicket-user@lists.sourceforge.net > Cc: >

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
thing usefull:) Regards Nino -Original Message- From: [EMAIL PROTECTED] on behalf of sathya81 Sent: Fri 18-08-2006 11:00 To: wicket-user@lists.sourceforge.net Cc: Subject: Re: [Wicket-user] Dropdown choices in wicket Thanq Nino, well, iam using a model to store the data ,

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread sathya81
ECTED] på vegne af sathya81 > Sendt: fr 18-08-2006 09:02 > Til: wicket-user@lists.sourceforge.net > Cc: > Emne: [Wicket-user] Dropdown choices in wicket > > > > > Hi, iam new to wicket, am going through the available exampl

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread sathya81
o: wicket-user@lists.sourceforge.net > Sent: Friday, August 18, 2006 12:02:46 AM > Subject: [Wicket-user] Dropdown choices in wicket > > > Hi, iam new to wicket, am going through the available examples, i dont > understand how can i capture the selected option in a drop down

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Johan Compagner
Select/Combo is just as another input field. The model behind the Combobox will hold the selected value.Hidden field: See HiddenField componentBut the question is why do you need it? Normally in wicket there is no need for a hidden field to store data. johanOn 8/18/06, sathya81 <[EMAIL PROTECTED]>

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Gwyn Evans
As well as what the others have said, take a look at the wiki, specifically http://www.wicket-wiki.org.uk/wiki/index.php/DropDownChoice_Examples, which might help. /Gwyn On 18/08/06, sathya81 <[EMAIL PROTECTED]> wrote: > > Hi, iam new to wicket, am going through the available examples, i dont >

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
- Fra: [EMAIL PROTECTED] på vegne af sathya81 Sendt: fr 18-08-2006 09:02 Til: wicket-user@lists.sourceforge.net Cc: Emne: [Wicket-user] Dropdown choices in wicket Hi, iam new to wicket, am going through the available examples, i dont

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Srini Sunkara
layed on the screen.   Hope this helps. -Srinu - Original Message From: sathya81 <[EMAIL PROTECTED]>To: wicket-user@lists.sourceforge.netSent: Friday, August 18, 2006 12:02:46 AMSubject: [Wicket-user] Dropdown choices in wicket Hi, iam new to wicket, am going through the available

[Wicket-user] Dropdown choices in wicket

2006-08-18 Thread sathya81
Hi, iam new to wicket, am going through the available examples, i dont understand how can i capture the selected option in a drop down choice in the wicket? I checked the example tutorial given in the ensode.net but still i dont understand how to capture the selected value of the drop down and d