Re: alternative for AjaxFormSubmitBehavior from form submission

2012-12-30 Thread Martin Grigorov
Hi, You can use AjaxFormComponentUpdatingBehavior to update the value of only one form component. Alternatively you can override the FormComponent's #validate() method. On Mon, Dec 31, 2012 at 8:13 AM, wicket_new_user wrote: > Hi, > i'm using AjaxFormSubmitBehavior to fill the selected data in

alternative for AjaxFormSubmitBehavior from form submission

2012-12-30 Thread wicket_new_user
Hi, i'm using AjaxFormSubmitBehavior to fill the selected data in List box when using AutoCompleteTextField. When an selection is made in the AutoCompleteTextField component, and trying to update the list box, the "AjaxFormSubmitBehavior" is trying to validate the complete form and throwing valida

Re: tree component problems in 6.x

2012-12-30 Thread Sven Meier
Hi Sandor, you'll have a TableTree's table first to change the toolbars: tree.getTable().addTopToolbar(...); If you're not using DefaultTableTree but extend from TableTree you'll have to add the theme as follows: tree.add(new org.apache.wicket.extensions.markup.html.repeater.tree.theme.

Re: Different root between upload folder and ContextRelativeResource

2012-12-30 Thread Delange
Thanks for answering. I follewed the link, but I must admit that I still struggle with the example. I do not know enough of BufferedImage, OutputStream etc to know what I need to change. Hope you can describe what I need to change in order to download images. Thans in advance! -- View this me

tree component problems in 6.x

2012-12-30 Thread Sandor Feher
Hi, I'm just upgraded my project from 1.5.9 to 6.4.0 without major problems. The only thing I can't get rid so far is tree component. My 1.5.9 code is this. tree.addTopToolbar(new HeadersToolbar(tree)); tree.addBottomToolbar(new NoRecordsToolbar(tree)); tree.add(new Behav