[Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Francisco Diaz Trepat - gmail
Hi guys, I have the following task. I'm building a simple calculation page, but for sake of simplicity lets say I'm doing the adding link sample we all know. I might need to be able to open two browsers or tabs to be able to do parallel calculations and compare both results. Lets say click 3

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Igor Vaynberg
what version of wicket are you using? see IPageSettings.setAutomaticMultiWindowSupport(boolean) -igor On 6/29/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi guys, I have the following task. I'm building a simple calculation page, but for sake of simplicity lets say I'm doing

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Matej Knopp
It is possible what you have one page instance/version opened in three tabs. How does the link you are clicking on when creating new tabs look like? -Matej On 6/29/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: 1.3 incubator beta and currently STILL drooling for the beta 2. I'll

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Francisco Diaz Trepat - gmail
I think you misunderstood. First of all, I don't have any problems. Is just a question, that is intended to get insight in this matter. If you have an adding link like the one in the samples. And click it any number of times, it adds +1, the number of times you click on it. If you click 3

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Francisco Diaz Trepat - gmail
1.3 incubator beta and currently STILL drooling for the beta 2. I'll check it out. Thanks igor. On 6/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: what version of wicket are you using? see IPageSettings.setAutomaticMultiWindowSupport(boolean) -igor On 6/29/07, Francisco Diaz Trepat -

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Francisco Diaz Trepat - gmail
Excelent. Thanks Igor. On 6/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: On 6/29/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: I think you misunderstood. First of all, I don't have any problems. Is just a question, that is intended to get insight in this matter. If you

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Igor Vaynberg
On 6/29/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: I think you misunderstood. First of all, I don't have any problems. Is just a question, that is intended to get insight in this matter. If you have an adding link like the one in the samples. And click it any number of times,

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Matej Knopp
Err, the fact is, it turned out that there are some flaws considering multi window support and secondlevelcachesessionstore (default). So in case you are experiencing any problems, you should turn on multiwindow support (manually) even for SecondLevelCacheSessionStore. -Matej On 6/29/07,

Re: [Wicket-user] How to manage state / session for different windows/tabs

2007-06-29 Thread Francisco Diaz Trepat - gmail
Thanks Matej I'll check it out. I am building the sample right now to get a more real experience. f(t) On 6/29/07, Matej Knopp [EMAIL PROTECTED] wrote: Err, the fact is, it turned out that there are some flaws considering multi window support and secondlevelcachesessionstore (default). So in