+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 use :)
Nice work Martin,
__
Cedric Gatay (@Cedric_Gatay <http://twitter.com/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 <[email protected]>wrote:
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/ajax/form/AjaxFormValidatingBehavior.java;h=1afcc68533b23b9888112eca0509158b10f99f55;hb=29c952458a8c55974d8e8787fb8cc674e4463824
and the change in its usage -
https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=commitdiff;h=29c952458a8c55974d8e8787fb8cc674e4463824
What do you think ?
This change is only for 7.0.0.