Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-21 Thread Andrea Del Bene
Hello, I've worked to fix the issue. You can see the result here: https://github.com/wicketstuff/core/commit/ed9d3e52f4537c67c395a5e3bcb1dbb639158eb7 However, I don't think there is an easy workaround to apply to the current version. The good news is that Wicket 6.15.0 is around the conner

AjaxButton does not respect return false on client side

2014-04-21 Thread Entropy
I have an ajax button that launches a modal form. It binds to: input type=button wicket:id=btnCopy onclick='return false;' value=Copy To I've replace the javascript call that checks the condition with a flat return false to simplify things. This still launches the event, and renders the modal

Re: AjaxButton does not respect return false on client side

2014-04-21 Thread Entropy
So I figured out that what's happening is that evidently wicket 6 doesn't put the javascript inline, but uses event listener registration or whatever. And it seems like this overwrites my inline event in an AjaxButton. The solution: @Override

Re: AjaxButton does not respect return false on client side

2014-04-21 Thread Entropy
Nevermind. This secondary issue was caused by one of my many experiments to solve the original issue. Further, I also found that if I had needed to do this, the method to override is getOnClickScript(). I will say, that I am a little uncertain if this new style is a good thing. Traditionally,

6.0.x Docs Down?

2014-04-21 Thread William Speirs
Am I looking in the wrong place, or are the 6.0.x docs down and have been for almost a week now? http://ci.apache.org/projects/wicket/apidocs/6.0.x/ An old link for the 1.5 docs is still up and working: https://wicket.apache.org/apidocs/1.5/ But I cannot figure out how to munge that into

Re: 6.0.x Docs Down?

2014-04-21 Thread Martin Grigorov
As Apache committer you should be aware that the BuildBot servers are down because of failed disks ;) Infra works on this since a few days. On Apr 21, 2014 7:01 PM, William Speirs wspe...@apache.org wrote: Am I looking in the wrong place, or are the 6.0.x docs down and have been for almost a

Re: 6.0.x Docs Down?

2014-04-21 Thread William Speirs
Ah, OK... I get so many emails from Apache lists I must have missed that one :-\ Thanks... Bill- On Mon, Apr 21, 2014 at 12:26 PM, Martin Grigorov mgrigo...@apache.orgwrote: As Apache committer you should be aware that the BuildBot servers are down because of failed disks ;) Infra works

Add submit behaviour to AjaxLink

2014-04-21 Thread Igor Dvorzhak
Hi all, I have a CustomButton class that extend the AjaxLink. In one case I need to make it to submit form. So I add the AjaxFormSubmitBehavior to it and the form gets submitted, but execution of the CustomButton#onClick method bypasses form validation (fields are validated but #onClick method

Re: AjaxButton does not respect return false on client side

2014-04-21 Thread Martin Grigorov
hi, On Apr 21, 2014 6:30 PM, Entropy blmulholl...@gmail.com wrote: Nevermind. This secondary issue was caused by one of my many experiments to solve the original issue. Further, I also found that if I had needed to do this, the method to override is getOnClickScript(). I will say, that I

Re: 6.0.x Docs Down?

2014-04-21 Thread Martin Grigorov
BuildBot is back The API will reappear on next commit to each branch On Apr 21, 2014 7:41 PM, William Speirs wspe...@apache.org wrote: Ah, OK... I get so many emails from Apache lists I must have missed that one :-\ Thanks... Bill- On Mon, Apr 21, 2014 at 12:26 PM, Martin Grigorov