Re: Non-static AjaxFormValidatingBehavior

2013-05-23 Thread Sven Meier
+1 looks better than before. >[line 170]: attributes.setPreventDefault(false); With WICKET-5197 this is no longer needed for 7.0.0. I'd suggest that we add this line for 6.9.0 to fix WICKET-5194. Regards Sven On 05/23/2013 01:50 PM, Cedric Gatay wrote: Hi, I find it cleaner and easier to u

Re: Non-static AjaxFormValidatingBehavior

2013-05-23 Thread Cedric Gatay
Hi, I find it cleaner and easier to use :) Nice work Martin, __ Cedric Gatay (@Cedric_Gatay ) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Thu, May 23, 2013 at 10:30 AM, Martin Grigorov wrote: > Hi, > > For https://issues.apac

[ANNOUNCE] WicketStuff 6.8.0 is released

2013-05-23 Thread Martin Grigorov
Hi, WicketStuff core 6.8.0 based on Apache Wicket 6.8.0 is released and shortly will be available in Maven Central. The changelog for this release is: Martin Tzvetanov Grigorov (5): [gmap3] Issue #210 - Added GIcon constructor with char parameter Use Wicket 6.8.0-SNAPSHOT Merge

Non-static AjaxFormValidatingBehavior

2013-05-23 Thread Martin Grigorov
Hi, For https://issues.apache.org/jira/browse/WICKET-5196 I tried to make AjaxFormValidatingBehavior a bit friendlier for extension. Please check AjaxFormValidatingBehavior - https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob;f=wicket-core/src/main/java/org/apache/wicket/aja