Re: How to access user form data (simple question)

2009-07-16 Thread Martin Makundi
Are you trying to reinvent the Palette component? http://wicketstuff.org/wicket13/compref?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.PalettePage ** Martin 2009/7/15 Jedadiah Ashford : > Im new to Wicket and I have a simple problem. I have TWO list boxes. Using > javascript I nee

How to access user form data (simple question)

2009-07-16 Thread Jedadiah Ashford
Im new to Wicket and I have a simple problem. I have TWO list boxes. Using javascript I need to move some choices from the first box to the second box, which works fine, but how do I now see what the user has added to the second box via an ajax submit button. Here is the declaration of the listbox,