Problem with AjaxSubmitButton when adding a form to the target

2010-05-30 Thread Predrag Spasojevic
I have a problem with following code: AjaxFallbackButton button = new AjaxFallbackButton(button, commentForm) { private static final long serialVersionUID = 1L; @Override protected void onSubmit(AjaxRequestTarget target, Form? form) { //do some business stuff //

Problem with AjaxSubmitButton when adding a form to the target

2010-05-29 Thread Predrag Spasojevic
I have problem with following code: AjaxFallbackButton button = new AjaxFallbackButton(button, commentForm) { private static final long serialVersionUID = 1L; @Override protected void onSubmit(AjaxRequestTarget target, Form? form) { //do some business stuff //