Fetching google calender details in wicket

2015-01-23 Thread jayeshps
Hello, I have a wicket application which has its own calender. I would like to get details from a users google calender and add it to my applications database, so that the google calender events become visible in my application calender. Please let me know how to go about it. -- View this message

Wierd Validation

2015-01-23 Thread Entropy
We have a page where the client has made some odd demands for behavior and I need to know if they are possible and if so, how one would do them. The basic gist is that the user is filling out alot of data and may not know it all right away. So they can enter the record in a sort of scratch way,

Re: 6.19.0 release date?

2015-01-23 Thread Tobias Soloschenko
Hi, mh I was thinking about if the two pull requests Wicket-5801 / Wicket-5819 will find their way into the Version 7 of Wicket - we should add another milestone to let Wicket Users test the new functionality first. In addition there is one task left for the spring integration to be finished

Re: 6.19.0 release date?

2015-01-23 Thread Martijn Dashorst
I was thinking about a 7.0.0-CR1 (candidate for release)? The enabled/disabled link discussion triggered me a bit. And we would really like to have a go at checking if we find any issues with our applications. 7.0.0 final sh/could be the next release (we can discuss if that should be 2 or 4 weeks

Re: 6.19.0 release date?

2015-01-23 Thread Maxim Solodovnik
@Martin OK, make sense :) On Fri, Jan 23, 2015 at 5:25 PM, Martin Grigorov mgrigo...@apache.org wrote: I didn't have time to check Tobias' tickets and PRs in detail but as far as I can see there are no API breaks in all discussed changes.so I don't see problem to include them even in 7.0.1.

Re: 6.19.0 release date?

2015-01-23 Thread Sebastien
Hi, I also go for a new milestone/release-candidate before 7.0.0 final... Btw, for a release candidate, I think that the usual naming is -RCx, like 7.0.0-RC1 Best regards, Sebastien On Fri, Jan 23, 2015 at 10:18 AM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hi, mh I was

Re: 6.19.0 release date?

2015-01-23 Thread Martin Grigorov
I didn't have time to check Tobias' tickets and PRs in detail but as far as I can see there are no API breaks in all discussed changes.so I don't see problem to include them even in 7.0.1. But since there will be another release before 7.0.0 then it is even simpler. @Maxim: we skipped RCs for

Re: 6.19.0 release date?

2015-01-23 Thread andrea del bene
Same for me. Some issues like WICKET-5808 needed more time as they turned out to be more complex and delicate. On 23/01/2015 10:32, Sebastien wrote: Hi, I also go for a new milestone/release-candidate before 7.0.0 final... Btw, for a release candidate, I think that the usual naming is -RCx,

Re: 6.19.0 release date?

2015-01-23 Thread Maxim Solodovnik
I guess RCx is not very good for pre-release candidate, since successfully voted RC become release :) On Fri, Jan 23, 2015 at 4:21 PM, andrea del bene an.delb...@gmail.com wrote: Same for me. Some issues like WICKET-5808 needed more time as they turned out to be more complex and delicate. On

Re: Add a component to the body of any component

2015-01-23 Thread Tobias Soloschenko
Hi, try to use a WebMarkupContainer (a Link is a WebMarkupContainer so you can add other Components to it with add): http://wicket.apache.org/guide/guide/keepControl.html#keepControl_4 And wrap Some Text into a Label a wicket:id=link span wicket:id=adminstuff/ span wicket:id=sometext/ /a

Re: Handling stale Ajax Requests

2015-01-23 Thread Martin Grigorov
Hi, From the description I'd bet it is PageStaleException. You can verify that by putting a breakpoint at PageProvider#resolvePageInstance(). Your IRequestCycleListener#onException() should be notified. No idea why this doesn't happen. Martin Grigorov Wicket Training and Consulting

Re: 6.19.0 release date?

2015-01-23 Thread Martin Grigorov
Fine by me! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jan 23, 2015 at 10:59 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: I was thinking about a 7.0.0-CR1 (candidate for release)? The enabled/disabled link discussion triggered me a bit.