Hi,

I change the version of wicket from 1.4.0 to 1.4.6 and i can't submit my
form.

I have an

new AjaxSubmitLink("addLink", form) {
            @Override
            public void onSubmit(AjaxRequestTarget target, Form form) {
                 //do things
            }
}

in wicket 1.4.0 this work well but , when i change to wicket 1.4.6 this link
don't work any more.
Can anyone help?

Reply via email to