[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

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Srini Sunkara
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 examples, i

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 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 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 sathya81
-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 understand how can i capture the selected option in a drop down choice in the wicket? I checked

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Nino Wael
-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 , actually i was going through

Re: [Wicket-user] Dropdown choices in wicket

2006-08-18 Thread Gwyn Evans
@lists.sourceforge.net Cc: Subject:Re: [Wicket-user] Dropdown choices in wicket Thanq Nino, well, iam using a model to store the data , actually i was going through the example given in the http://ensode.net/wicket_first_look.html , where in the author creates two models , the first model

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 for the form, if not the page, as that can really cut