problem with google Calendar while upgrading from wicket 1.5 to 6.9

2013-10-27 Thread 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 myService = new CalendarService(exampleCo-exampleApp-1); I

Stateful / versioned / bookmarkable

2013-10-27 Thread Frank Henningsen
Afaik stateful pages are always versioned. I wonder about these two questions: 1. In this case links to versioned pages are not bookmarkable (since they contain the verion identifier). Correct? This would meen that stateful pages cannot have bookmarkable links. But this contradicts some

Re: Stateful / versioned / bookmarkable

2013-10-27 Thread Bernard
Hi, 1) Stateful pages don't need to be versioned: setVersioned(false). But they get a version id in the URL nevertheless, meaning the implementation is not as good as it could be. A stateful page can be bookmarkable. As said above, you get 2 URLs for it, not unique. 2) I agree this has valid use

NullAjaxRequestTarget

2013-10-27 Thread Colin Rogers
Wicketeers, I have a minor issue, rather than any bug, and thought I'd throw it out there. We tend to use a lot of AjaxFallbackLinks, for obvious reasons. The biggest problem of AjaxFallbackLink is the line of code; @Override public final void onClick() { onClick(null); } Because null