Re: 6.0.x Docs Down?

2015-07-08 Thread Tobias Soloschenko
Thank you very much for the investigations Martin! kind regards Tobias Am 08.07.2015 um 09:08 schrieb Martin Grigorov mgrigo...@apache.org: The javadocs [1] and guide [2] are available again! As I said we use JDK 7.x for the build as a workaround. 1.

I'm back from the wilderness!!!

2015-07-08 Thread shetc
About to start working on a new project using Wicket 6.20 . After being taken over by another company, I have been doing integration work and supporting legacy Wicket-based apps (4.0 or less). Also new C# projects. We are finally back on track so this is a welcome return to Wicket sensibility. --

Re: Wicket7: MediaComponent and Source classes

2015-07-08 Thread Sven Meier
Hi, that change seems to have a hight impact - sorry, I didn't think of these implications. But #add(Component...) is part of IPartialPageRequestHandler so adding a component via websocket will not trigger IListener#onBeforeRespond WebSockerRequestHandler#addListener() was a noop

Re: 6.0.x Docs Down?

2015-07-08 Thread Martin Grigorov
The javadocs [1] and guide [2] are available again! As I said we use JDK 7.x for the build as a workaround. 1. http://ci.apache.org/projects/wicket/apidocs/6.x/ 2. http://ci.apache.org/projects/wicket/guide/6.x/ Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting

Re: 6.0.x Docs Down?

2015-07-08 Thread Rob Audenaerde
Thanks Martin! On Wed, Jul 8, 2015 at 9:08 AM, Martin Grigorov mgrigo...@apache.org wrote: The javadocs [1] and guide [2] are available again! As I said we use JDK 7.x for the build as a workaround. 1. http://ci.apache.org/projects/wicket/apidocs/6.x/ 2.

Re: 6.0.x Docs Down?

2015-07-08 Thread Martin Grigorov
The problem is in OpenSSL. The Nexus server has been updated with a better SSL certificate and now JDK 1.6 cannot connect to it: https://issues.apache.org/jira/browse/BUILDS-85 As a temporary workaround I'll switch our Wicket 6.x build to use JDK 7.x. There is a suggestion to use Maven

Re: Wicket7: MediaComponent and Source classes

2015-07-08 Thread Sebastien
Hi, Sorry, little bit late on the topic... On Fri, Jul 3, 2015 at 7:38 AM, Martin Grigorov mgrigo...@apache.org wrote: HI Maxim, This will lead to a big API break. If we change this signature then we will have to change many more to keep it consistent, and this will lead to a lot of work

Re: Wicket7: MediaComponent and Source classes

2015-07-08 Thread Sebastien
Hi Sven, But it seems in wicket-jquery-ui there are more methods of this kind? True, about 85 methods (taking an ART without starting with on-prefix). In these, I should identify the ones that should be changed (like #open, #close, #show, #hide, #refresh, etc), the others, plus 2 calls to

How to stop event propagation?

2015-07-08 Thread gump lee
Hello All, I am using Wicket 6.19. I added a AjaxFormComponentUpdatingBehavior(keypress) to a textfield so that when press any key will trigger my application to update something. I want this only happen when user press 'Enter' key. so that I override the method updateAjaxAttributes in the