How can I get hold of a palette's selected item?

2008-10-16 Thread Asgaut Mjølne
alette.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.

Re: Wicket 1.4m3 - AjaxButton, AjaxSubmitLink in ModalWindow in IE 7 Problem ?

2008-08-12 Thread Asgaut Mjølne
Thanks, I had a similar problem and your post saved my day! Postet it on wicket's Jira here: https://issues.apache.org/jira/browse/WICKET-1787 Regards, Asgaut Mjølne Martijn Dashorst wrote: > > also, don't use a submit button with wicket:id "submit" > > M