hi
I have the following problem.
this is my palette:
List<GestionesBean> gestiones =
ComponentReferenceApplication.getGestionesBean();
IChoiceRenderer<GestionesBean> rendererGes = new
ChoiceRenderer<GestionesBean>("FullcodigoGestion", "FullcodigoGestion");
final Palette<GestionesBean> paletteGestiones = new
Palette<GestionesBean>("paletteGestiones", new ListModel<GestionesBean>(
new ArrayList<GestionesBean>()), new
CollectionModel<GestionesBean>(gestiones), rendererGes, 10, true);
when click in "submit" botton, "selected" element in page are eliminated one
by one
what is the problem?
tks!
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/palette-problem-when-click-submit-tp3038416p3038416.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]