The "combo" is called DropDownChoice in wicket. You can search the forum,
wiki page or any other resource for examples..


Edi wrote:
> 
> any reply......
> 
> 
> 
> Edi wrote:
>> 
>> 
>> Hi,
>> 
>> I have ordinary html combo,
>> 
>> <select name="comboTxt">
>> <option value="one">One</option>
>> <option value="two">Two</option>
>> </select>
>> 
>> How can I get the html combo value using wicket.
>> 
>> if ordinary html text box <input type="text" name="txtbox"> means I can
>> get getRequest().getParameter("txtbox");
>> 
>> But In combo?
>> Please let me know.
>> 
>> Thanking You
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-the-html-combo-value-in-wicket--tf4274630.html#a12175868
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to