RE: jQuery+Wicket+Form

2009-08-16 Thread Stefan Lindner
Yes! Von: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] Gesendet: So 16.08.2009 15:50 An: users@wicket.apache.org Betreff: Re: jQuery+Wicket+Form Hi, by WIA you mean Wicket in Action? ** Martin 2009/8/16 Stefan Lindner lind...@visionet.de: I

Re: jQuery+Wicket+Form

2009-08-16 Thread Martin Makundi
: jQuery+Wicket+Form Hi, by WIA you mean Wicket in Action? ** Martin 2009/8/16 Stefan Lindner lind...@visionet.de: I Just made a custom Formcomonent with jQuery and I followed the guidelines shiown in WIA. I use a local model for my costum component, put it into a FormComponent     public

jQuery+Wicket+Form

2009-08-16 Thread Martin Makundi
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

Re: jQuery+Wicket+Form

2009-08-16 Thread Martin Makundi
Hmm.. this might actually work, it uses the original form component to store the value: http://v2.easy-designs.net/articles/replaceSelect/ However.. that's a hand-made one. Anybody know of a similary library solution that is skinnable etc.? ** Martin 2009/8/16 Martin Makundi

RE: jQuery+Wicket+Form

2009-08-16 Thread Stefan Lindner
@wicket.apache.org Betreff: Re: jQuery+Wicket+Form Hmm.. this might actually work, it uses the original form component to store the value: http://v2.easy-designs.net/articles/replaceSelect/ However.. that's a hand-made one. Anybody know of a similary library solution that is skinnable etc.? ** Martin 2009/8

RE: jQuery+Wicket+Form

2009-08-16 Thread Stefan Lindner
[mailto:martin.maku...@koodaripalvelut.com] Gesendet: So 16.08.2009 12:53 An: users@wicket.apache.org Betreff: Re: jQuery+Wicket+Form Hmm.. this might actually work, it uses the original form component to store the value: http://v2.easy-designs.net/articles/replaceSelect/ However.. that's a hand

Re: jQuery+Wicket+Form

2009-08-16 Thread Martin Makundi
Makundi [mailto:martin.maku...@koodaripalvelut.com] Gesendet: So 16.08.2009 12:53 An: users@wicket.apache.org Betreff: Re: jQuery+Wicket+Form Hmm.. this might actually work, it uses the original form component to store the value: http://v2.easy-designs.net/articles/replaceSelect/ However