Hello,

I'm using Wicket for about 4 months now and I'm really enjoying using the
framework. Very well conceived and solid. Good Job btw.

Well.. I just hope I'm not falling in the middle of something.. but I just
saw a blog entry talking about the Twitter Bootstrap extension for Wicket
v6.xx.

I don't now know about the maturity, didn't have time to check on it, but
what happens is that we are using Wicket + Bootstrap and I did some
integration work for Bootstrap's Javascript components.

I will just post the gist for the Typeahead component that I did this
morning in case someone wants to take a look (even use) or make a critic:
https://gist.github.com/4236086

Nothing like AutoCompleteTextField really.. just a flat class hierarchy
extending TextField.
I took a deep look into the extension for AutoCompleteTextField as well for
other components.
I'm personally using just Wicket core elements and avoiding getting into
specific web components.
I will leave this work for UI frameworks such as Bootstrap and JQuery UI.

Thanks!

- Diogo C.

Reply via email to