Hi, Take a look at the Palette component - e.g. http://www.wicket-library.com/wicket-examples/compref?wicket:bookmarkablePage=:wicket.examples.compref.PalettePage
/Gwyn On 07/06/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to Wicket and I > need to create an "Options Transfer" Widget. > > It consists of two select boxes with options > and arrow buttons to move the options from one > box into the other one. > > Example: http://www.mattkruse.com/javascript/optiontransfer/ > > How can this be done in Wicket? > > I tried to use ListMultipleChoice, but this does not work > because a ListMultipleChoice cannot grow, i.e. cope with > "new" options that have not been not in the "choices" list. > > When I insert a new option into a ListMultipleChoice at runtime > via Javascript, there is appearantly no way to access this new > option after submitting the form because Wicket does not find it > in the "choices". > > Is there any other way to build an "Options Transfer" than to build > the Component from scratch? > > Thanks, > > Andreas > > -- > Andreas Reimer > T-Systems GEI GmbH > EAI Solutions > Hausanschrift: Pascalstrasse 8, D-52076 Aachen > Postanschrift: Postfach 500155, D-52085 Aachen > Telefon: +49 (2408) 943-1375 > Telefax: +49 (2408) 943-1722 > mailto: [EMAIL PROTECTED] > > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
