Re: Sign to Google with Java Wicket

2013-11-24 Thread MartinoSuperman
Hi, Thanks for your help. I tried it in 2 ways: Here are the codes: 1. public class GoogleClientLogin { /** * @param args the command line arguments */ public static void main(String[] args) throws IOException, URISyntaxException { //Open the Connection URL u

Re: Session invalidation and background thread

2013-11-24 Thread Martin Grigorov
Hi, On Sat, Nov 23, 2013 at 2:11 PM, Marios Skounakis wrote: > Bas, > > Thanks for your answer. I understand what you're saying and you're right. > If I were designing the application now I'd do one of your suggestions. > > But unfortunately we've written most of the code and these threads now

Re: Link to BreadCrumbPanel from javascript

2013-11-24 Thread Martin Grigorov
Hi, You can broadcast an event (see Component.send()) and the event can bring a payload that is AjaxRequestTarget itself or has a reference to it. This way any component in the page can react on different event/payload types. On Sat, Nov 23, 2013 at 1:19 AM, jchappelle wrote: > I have written