Hi!

I need to implement a "custom drop down" -select component, because I
need to display more information than can be fit onto a single line.

I am considering using jQuery or similar RIA widgets on a web page
running on Wicket.

My problem is: how do I bind the custom select into wicket form
processing model? Is that the right way to go at it at all?

I tried looking around and came across:
* 
http://stackoverflow.com/questions/34705/best-practices-with-jquery-form-binding-code-in-an-application
* http://www.wickext.org/documentation/ui/jquery-ui-wicket-integration.html

.. but I haven't really found any example having RIA form components.
Date picker is simple, because it sets the value of an existing
<input> element. But what if I have a custome select that is not a
select at all.. how would that work with wicket?

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to