Re: problem with google Calendar while upgrading from wicket 1.5 to 6.9 Problem Solved

2013-10-28 Thread Piratenvisier
Problem solved Am 27.10.2013 17:04, schrieb Piratenvisier: I am using Google Calendar Service in my wicket application, which I bring now up to wicket 6.9. First I had to upgrade to com.google.gdata core 1.47.1 because of other guava dependencies. When I include the Statement; CalendarService

Re: NullAjaxRequestTarget

2013-10-28 Thread Martin Grigorov
Hi, It is a known issue: https://issues.apache.org/jira/browse/WICKET-3317 You can also check the mail archives for the discussions On Mon, Oct 28, 2013 at 7:41 AM, Colin Rogers colin.rog...@objectconsulting.com.au wrote: Wicketeers, I have a minor issue, rather than any bug, and thought

Re: Stateful / versioned / bookmarkable

2013-10-28 Thread Martin Grigorov
Hi, First, don't read Bernard's mail. There are too many incorrect statements. On Sun, Oct 27, 2013 at 2:26 PM, Frank Henningsen fr...@henningsen.euwrote: Afaik stateful pages are always versioned. I wonder about these two questions: 1. In this case links to versioned pages are not

[Announce] NextReports is open source

2013-10-28 Thread Decebal Suiu
Hi I post this announce on the wicket forum because NextReports Server [1] is a wicket application and maybe it is useful for some wicket developers. In few words, the entire NextReports Suite [2] (a reporting and dashboarding tool released under Apache License) is available on github. The

target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Hi Everybody, To enable animation with JQuery on replacing a component with Ajax, we have followed the construct with the |-Symbol (pipe) in the Javascript that is added with target.prependJavaScript (see http://wicketinaction.com/2013/02/replace-components-with-animation = Thank you, Martin)

Re: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Martin Grigorov
Hi, On Mon, Oct 28, 2013 at 2:00 PM, Hans Lesmeister 2 hans.lesmeis...@lessy-software.de wrote: Hi Everybody, To enable animation with JQuery on replacing a component with Ajax, we have followed the construct with the |-Symbol (pipe) in the Javascript that is added with

Re: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Hi Martin, Martin Grigorov-4 wrote AFAIK it is not known. The code looks pretty simple for IE8 to break. Which version of jQuery do you use ? It is 1.8.3., the one that is shipped with Wicket 6.8. I will try with Wicket 6.11 which is shipped with jQuery 1.10.1 - -- Regards, Hans

Re: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Hans Lesmeister 2 wrote Same behavior with jQuery 1.10.1. Okay, then I will create a ticket with a quick start then. Thanks for helping so far. https://issues.apache.org/jira/browse/WICKET-5397 - -- Regards, Hans http://cantaa.de -- View this message in context:

Re: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Martin Grigorov-4 wrote AFAIK it is not known. The code looks pretty simple for IE8 to break. Which version of jQuery do you use ? Hans Lesmeister 2 wrote It is 1.8.3., the one that is shipped with Wicket 6.8. I will try with Wicket 6.11 which is shipped with jQuery 1.10.1 Same behavior

RE: NullAjaxRequestTarget

2013-10-28 Thread Colin Rogers
Martin, Ah, wicked! Thanks! :) Cheers, Col. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, October 28, 2013 7:11 PM To: users@wicket.apache.org Subject: Re: NullAjaxRequestTarget Hi, It is a known issue: