Re: Selected item into Palette

2012-10-25 Thread Marco Di Sabatino Di Diodoro
Sabatino Di Diodoro wrote: Thanks, but i like have the current selected item in the palette. With Apache Wicket 1.5.8 I use AjaxFormComponentUpdatingBehavior to see which item was selected. Now, when I click on an item into palette the onUpdate method is never invoked. Marco

Re: Selected item into Palette

2012-10-25 Thread Sven Meier
a quickstart and attach it to a Jira issue. I create a quickstart and attach it to Jira issue (https://issues.apache.org/jira/browse/WICKET-4834) Regards Marco Sven On 10/23/2012 05:42 PM, Marco Di Sabatino Di Diodoro wrote: Thanks, but i like have the current selected item in the palette

Re: Selected item into Palette

2012-10-24 Thread Marco Di Sabatino Di Diodoro
/jira/browse/WICKET-4834) Regards Marco Sven On 10/23/2012 05:42 PM, Marco Di Sabatino Di Diodoro wrote: Thanks, but i like have the current selected item in the palette. With Apache Wicket 1.5.8 I use AjaxFormComponentUpdatingBehavior to see which item was selected. Now, when I click

Selected item into Palette

2012-10-23 Thread Marco Di Sabatino Di Diodoro
Hi all, With Apache Wicket 6.1. How can I get hold of a palette's selected item? Marco -- Dott. Marco Di Sabatino Di Diodoro Tel. +39 3939065570 Tirasa S.r.l. Viale D'Annunzio 267 - 65127 Pescara Tel +39 0859116307 / FAX +39 085973 http://www.tirasa.net Apache Syncope PPMC Member

Re: Selected item into Palette

2012-10-23 Thread Sven Meier
selectedItems = (ListFoo)palette.getDefaultModelObject() or palette = new Palette(palette, model, choices, ...); selectedItems = model.getObject(); Sven On 10/23/2012 05:01 PM, Marco Di Sabatino Di Diodoro wrote: Hi all, With Apache Wicket 6.1. How can I get hold of a palette's selected

Re: Selected item into Palette

2012-10-23 Thread Marco Di Sabatino Di Diodoro
Thanks, but i like have the current selected item in the palette. With Apache Wicket 1.5.8 I use AjaxFormComponentUpdatingBehavior to see which item was selected. Now, when I click on an item into palette the onUpdate method is never invoked. Marco On Oct 23, 2012, at 5:31 PM, Sven Meier

Re: Selected item into Palette

2012-10-23 Thread Sven Meier
I'm not sure how you're using AjaxFormComponentUpdatingBehavior together with the palette component. Please create a quickstart and attach it to a Jira issue. Sven On 10/23/2012 05:42 PM, Marco Di Sabatino Di Diodoro wrote: Thanks, but i like have the current selected item in the palette