Hi,

Is it possible to get hold of the value of a palette's selected item, when
it is clicked (not double clicked)?

The purpose is to view a description of each selected item in the palette:
When a user clicks whatever item in the palette, I want to get hold of this
item's value, then use it to retrieve a description from my DB, then show
this description in a text area right next to the palette.

The onSubmit function in the code below is executed when the user clicks an
item in the palette, but I have no clue how to get hold of either the
clicked item or the value of it.

myPalette.add(new AjaxFormSubmitBehavior(form, "onClick"){
                protected void onSubmit(AjaxRequestTarget target) {
                    //....retrieve value here, but how??
                }

            }); 


Thanks,


Asgaut Mjølne
-- 
View this message in context: 
http://www.nabble.com/How-can-I-get-hold-of-a-palette%27s-selected-item--tp20015714p20015714.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to