RE: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-05 Thread Michal Wegrzyn
everything was clear. Thanks for your help. Michal -Original Message- From: Sven Meier [mailto:s...@meiers.net] Sent: Tuesday, January 03, 2012 11:45 To: users@wicket.apache.org Subject: Re: AjaxFormComponentUpdatingBehavior, required fields and validation

RE: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-04 Thread Michal Wegrzyn
: AjaxFormComponentUpdatingBehavior, required fields and validation Additionally keyup for select is not the best event. People prefer using the mouse to change the value. On Tue, Jan 3, 2012 at 11:13 AM, Sven Meier s...@meiers.net wrote: Hi, are you validating all form components or just the one

RE: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-03 Thread Michal Wegrzyn
Any ideas here? Should I provide a quickstart? Best regards, Michal Wegrzyn -Original Message- From: Michal Wegrzyn [mailto:michal.wegr...@onior.com] Sent: Monday, December 19, 2011 23:07 To: users@wicket.apache.org Subject: AjaxFormComponentUpdatingBehavior, required fields

Re: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-03 Thread Sven Meier
: Michal Wegrzyn [mailto:michal.wegr...@onior.com] Sent: Monday, December 19, 2011 23:07 To: users@wicket.apache.org Subject: AjaxFormComponentUpdatingBehavior, required fields and validation Hi, I have form with few TextField and DropDownChoice components. All of them have added

Re: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-03 Thread Martin Grigorov
Subject: AjaxFormComponentUpdatingBehavior, required fields and validation Hi, I have form with few TextField and DropDownChoice components. All of them have added AjaxFormComponentUpdatingBehavior( onkeyup ) and are set as required. Some of them are wrapped in my custom objects, but it does

RE: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-03 Thread Michal Wegrzyn
and not only after submit. Best regards, Michal -Original Message- From: Sven Meier [mailto:s...@meiers.net] Sent: Tuesday, January 03, 2012 10:13 To: users@wicket.apache.org Subject: Re: AjaxFormComponentUpdatingBehavior, required fields and validation Hi, are you validating all form

Re: AjaxFormComponentUpdatingBehavior, required fields and validation

2012-01-03 Thread Sven Meier
after submit. Best regards, Michal -Original Message- From: Sven Meier [mailto:s...@meiers.net] Sent: Tuesday, January 03, 2012 10:13 To: users@wicket.apache.org Subject: Re: AjaxFormComponentUpdatingBehavior, required fields and validation Hi, are you validating all form components

AjaxFormComponentUpdatingBehavior, required fields and validation

2011-12-19 Thread Michal Wegrzyn
Hi, I have form with few TextField and DropDownChoice components. All of them have added AjaxFormComponentUpdatingBehavior( onkeyup ) and are set as required. Some of them are wrapped in my custom objects, but it does not matter (validation and processing logic is in behavior). With this