check this one:
http://www.wicket-library.com/wicket-examples/compref;jsessionid=1964CEEDBD5270FCDA54CFE3AFAE4CB7?wicket:bookmarkablePage=:wicket.examples.compref.PalettePage
Dirk
2006/6/7,
[EMAIL PROTECTED] <[EMAIL PROTECTED]>:
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
