About the dropdown: Use a model, maybe a property model to hold the selected dropdown object. Property models require that there are a get and setter method for the supplied property. You could also use the abstractmodel and implement your own thing, if per say you needed to update something else on the page based on what the selected dropdown are. Just to sum it up, wicket does all the nifty stuff about updating the model that you provide so you need only do your logic. Please ask if you have more questions. regards Nino
-----Oprindelig meddelelse-----
Fra: [EMAIL PROTECTED] på vegne af sathya81
Sendt: fr 18-08-2006 09:02
Til: [email protected]
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 the example tutorial given in the ensode.net but
still i dont understand how to capture the selected value of the drop
down
and display it after form submission
Plz help
one more, how to capture values from Hidden fields in wicket html page,
for
labels you have Label class in wicket , similarly any provision for
hidden
variable??
Thanks in advance
Sathya
--
View this message in context:
http://www.nabble.com/Dropdown-choices-in-wicket-tf2124339.html#a5860810
Sent from the Wicket - User forum at Nabble.com.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
<<winmail.dat>>
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
