Re: [Wicket-user] Page reload indefinitely

2006-07-26 Thread Paolo Di Tommaso
I'm using now 1.2. I will switch t o1.2.1 soon.Anyway It appears to be related to the redirect that happens when a page is aliased with a Application.mount() command. Any ideas? Thanks, Paolo On 7/25/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: are you using 1.2.0 or 1.2.1 ? in 1.2.0 we used a cook

Re: [Wicket-user] Page reload indefinitely

2006-07-25 Thread Igor Vaynberg
are you using 1.2.0 or 1.2.1 ? in 1.2.0 we used a cookie to detect new windows/tabs, in 1.2.1 we switched to window.name so it should be much better.-Igor On 7/25/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: Sometimes loading a bookmarkable page it never stop loading. It appears to be an infinit

[Wicket-user] Page reload indefinitely

2006-07-25 Thread Paolo Di Tommaso
Sometimes loading a bookmarkable page it never stop loading. It appears to be an infinite redirect loop because I can see on my log query execute over and over again. The only way to stop isĀ  press the stop browser button. I'm unable to replicate the error because it happens for in some aleatory w