Re: AjaxFormComponentUpdatingBehavior after validation problem

2012-04-27 Thread Gytis
be, all of this AjaxBehaviour starts working kinda strange, it doesn`t update Models... What can solve this problem? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-after-validation-problem-tp4477705p4592316.html Sent from the Users

RE: AjaxFormComponentUpdatingBehavior after validation problem

2012-03-19 Thread Michal Wegrzyn
ache.org > Subject: RE: AjaxFormComponentUpdatingBehavior after validation problem > > Hello, Michal, > Well, I`ve tried to make an AjaxFormSubmitBehaviour, but this doesn`t > help, in fact it is updating component, when you click "Submit" button, > and I need it updated, whe

RE: AjaxFormComponentUpdatingBehavior after validation problem

2012-03-18 Thread Evan Sable
.addComponent(get("formId")); Hope that helps, -Evan -Original Message- From: Gytis [mailto:lietuvis...@mail.ru] Sent: Friday, March 16, 2012 5:32 AM To: users@wicket.apache.org Subject: AjaxFormComponentUpdatingBehavior after validation problem Hello, I have such a problem wi

RE: AjaxFormComponentUpdatingBehavior after validation problem

2012-03-18 Thread Gytis
ails on my code, for form submitting I use AjaxButton... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-after-validation-problem-tp4477705p4481742.html Sent from the Users forum mailing list archive at

RE: AjaxFormComponentUpdatingBehavior after validation problem

2012-03-16 Thread Michal Wegrzyn
regards, Michal Wegrzyn > -Original Message- > From: Gytis [mailto:lietuvis...@mail.ru] > Sent: Friday, March 16, 2012 13:13 > To: users@wicket.apache.org > Subject: RE: AjaxFormComponentUpdatingBehavior after validation problem > > Hi, Michal, I`ve tried AjaxCheckBox comp

RE: AjaxFormComponentUpdatingBehavior after validation problem

2012-03-16 Thread Gytis
: http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-after-validation-problem-tp4477705p4478018.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: AjaxFormComponentUpdatingBehavior after validation problem

2012-03-16 Thread Michal Wegrzyn
); > } > super.onError(target, e); > } > }); > Form form = new Form("formId", getGenericModel()); > form.add(dropDownz); > form.add(boxz); > > So a

AjaxFormComponentUpdatingBehavior after validation problem

2012-03-16 Thread Gytis
}); Form form = new Form("formId", getGenericModel()); form.add(dropDownz); form.add(boxz); So as I said, after form validation, if errors occur, it won`t change dropdown to SECONDVALUE, but sets it as setEnabled(false), why this happens? -- View this me