Re: Wicket 1.5 - new browser window support & detection

2012-04-26 Thread Martin Grigorov
Good! Wicket 1.4 implements this a bit differently and honestly I don't quite understand how it works exactly. My version requires Ajax behavior, this is OK for your case but may not be OK for other people... Let's see what the reporter of the ticket thinks about it and then we can discuss adding i

Re: Wicket 1.5 - new browser window support & detection

2012-04-26 Thread David Rain
Works great man! Honestly, I wanted to write somekind of javascript like yours but I thought that something like this must already be in Wicket to support multiple window instances (and I am sure that it was there in W 1.4). Nevertheless, thank you very much! David -- View this message in context:

Re: Wicket 1.5 - new browser window support & detection

2012-04-26 Thread Martin Grigorov
Hi David, I just attached a demo app with a behavior to https://issues.apache.org/jira/browse/WICKET-4308 that implements the requested functionality. Please try it and give feedback. On Thu, Apr 26, 2012 at 8:30 AM, David Rain wrote: > Hello Martin! > > I do not use it right now but I would lik

Re: Wicket 1.5 - new browser window support & detection

2012-04-25 Thread David Rain
Hello Martin! I do not use it right now but I would like to. I knew it was there because I've studied API and sources of Wicket. But it was in time we used Wicket 1.4 and I knew I came across this onNewBrowserWindow method and many classes implemented it http://wicket.apache.org/apidocs/1.4/index.

Re: Wicket 1.5 - new browser window support & detection

2012-04-25 Thread Martin Grigorov
Hi David, What is your use case ? How do you use this callback method ? On Tue, Apr 24, 2012 at 12:13 PM, David Rain wrote: > OK, I also think so. > But I really need to detect the fact, that new window was opened. The > Listener was perfect... I wonder why it has been removed? > > -- > View thi

Re: Wicket 1.5 - new browser window support & detection

2012-04-24 Thread David Rain
OK, I also think so. But I really need to detect the fact, that new window was opened. The Listener was perfect... I wonder why it has been removed? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-new-browser-window-support-detection-tp4582538p4582816.html S

Re: Wicket 1.5 - new browser window support & detection

2012-04-24 Thread Andrea Del Bene
AFAIK multi tabs/windows support is enabled by default, you don't need to do anything to enable it. Hi, I have a question about multi window (mutli tab) support in Wicket 1.5+. Many things changed .. like concept of IDs and versions... these are now only simple IDs, etc. My quetion is how do I e

Wicket 1.5 - new browser window support & detection

2012-04-24 Thread David Rain
Hi, I have a question about multi window (mutli tab) support in Wicket 1.5+. Many things changed .. like concept of IDs and versions... these are now only simple IDs, etc. My quetion is how do I enable multi window support in 1.5? There is no IPgaeSettings#setAutomaticMultiWindowSupport. The secon