RE: getting AutoCompleteTextField to display values

2012-09-14 Thread Paul Bors
I would recommend using Select2 if you really want to show all the available options and let the user filter through them. See wicket-select2: https://github.com/ivaynberg/wicket-select2 And also the live demos at: http://ivaynberg.github.com/select2/ ~ Thank you, Paul Bors -Original Mess

Re: Using and creating URLs to Bookmarkable Pages without Wicket Application

2012-09-14 Thread Dirk Forchel
I'm already familiar with the usual way how to mount bookmarkable pages and how to handle page parameters. That's not the point. I don't wanna create the URLs manually, because Wicket does already have the knowledge about all mounted pages. The URLs might be change in the future (different segments

getting AutoCompleteTextField to display values

2012-09-14 Thread Carter, Isaac
Hi, I'm currently using an AutoCompleteTextField for a couple of textfields on my form. It works well, but would like for the user to be able to see all the values that are contained within that field. Is there a way to be able to present the user the values by default or do I just set up a v

Re: Using and creating URLs to Bookmarkable Pages without Wicket Application

2012-09-14 Thread Fergal Keating
Im not clear if this is what your looking for, but it seems you just need to set your application to be able to accept the URL format http://wicket.website.com/ConfirmationPage/?user=foo&token=1234 and then you can generate it mau

Re: Generating markup from Wicket

2012-09-14 Thread Sven Meier
Here's the sample code: IModel strings = ...; add(new ListView("strings", strings)) { protected void populateItem(ListItem item) { item.add(new Label("string", item.getModel())); } }; Not too much code for an always up-to-date rendered list with clean separation

Re: Generating markup from Wicket

2012-09-14 Thread jam.ntk
Thanks, I think i can achieve this simply by adding mark up tags in the wicket code. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Generating-markup-from-Wicket-tp4652003p4652005.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Generating markup from Wicket

2012-09-14 Thread vineet semwal
use a repeater On Fri, Sep 14, 2012 at 5:34 PM, jam.ntk wrote: > Hi - I have data strings coming from database e.g. ABC, 123, DEF,456. Now I > am creating a MultilineLabel to hold the string with new line characters to > diplay on the page with line breaks. It is working fine but I want to > disp

Generating markup from Wicket

2012-09-14 Thread jam.ntk
Hi - I have data strings coming from database e.g. ABC, 123, DEF,456. Now I am creating a MultilineLabel to hold the string with new line characters to diplay on the page with line breaks. It is working fine but I want to display them as mark up list items as it would display with the following mar

Using and creating URLs to Bookmarkable Pages without Wicket Application

2012-09-14 Thread Dirk Forchel
What is the prefered way in Wicket 1.5 to create page links to access a wicket page, e.g. using this link in an email. In my case, we need a link to a "subscription page" in a Wicket application. When a new user subscribes a confirmation email containing the link to this wicket page has to be sent.

Announce: Wicket and Dojo integration for Wicket 6.0.0

2012-09-14 Thread Gonzalo Aguilar Delgado
Hello, I'm doing some work integrating Wicket and Dojo. I've just taken the well done wiquery library and tried to go that way. But I'm diverging to optimize the library for Dojo great toolkit. Maybe you want take a look. There's not much done, but the core. Hope it's the place to announce.

Re: what license is WicketStuff DataTables ?

2012-09-14 Thread Martin Grigorov
I think it is ASF v2 but let's ask its contributor - Bruno. On Fri, Sep 14, 2012 at 10:33 AM, seba.wag...@gmail.com wrote: > I was wondering what license: > > https://github.com/wicketstuff/core/wiki/DataTables > > is. I could not find any information on the licenses of that product > and if it i

what license is WicketStuff DataTables ?

2012-09-14 Thread seba.wag...@gmail.com
I was wondering what license: https://github.com/wicketstuff/core/wiki/DataTables is. I could not find any information on the licenses of that product and if it is compatible with Wicket 6.0.0. Does anybody know something about that? Thanks! Sebastian -- Sebastian Wagner https://twitter.com/#