Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-25 Thread Pierre-Yves Saumont
The origin of the problem was that I was calling super() in the constructor and it happens that this made the pages bookmarkable. By removing super(), it is now nearly working. Nearly only since with IE6, the page get called twice, but I can afford that ! (I hope this problem, as well as many

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-25 Thread Johan Compagner
a very strange story if you ask me.super() is always called in the constructor of a java object. if you don't specify another super(xxx) or this(xxx) call.And it really shouldn't matter what browser you are in in. because it shoudl be the same requests. So it looks like IE does an extra request?

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-25 Thread Pierre-Yves Saumont
I tried to reproduce the problem but I could not succeed (many things have changed in the application). However, I could experienced the erratic behaviour of IE6. The page has a constructor with an int argument, and I added a counter to see how many times the constructor is called : static

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Matej Knopp
I'm not sure I understand what's going on. Could you provide a test-case or a quick start application? -Matej Pierre-Yves Saumont wrote: Hi, I was curious to see how many instance of components were created, so I just added a counter to a panel. I appears that when I load the page for

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Pierre-Yves Saumont
I tried to make a simple test case, but it does not show this problem. My first guess is that it has something to do with caching, since my apps loads many elements from various places (images, css, scipts, images from css, images from scripts and even an html file loaded from within a script

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Korbinian Bachl
-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox I tried to make a simple test case, but it does not show this problem. My first guess is that it has something to do with caching, since my apps loads many elements from

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Johan Compagner
Doesn't somehow a redirect happen? which version are you using? Does the url change in FF ?(does a thing like wicket-0 appear in the url)johanOn 8/11/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote: Hi,I was curious to see how many instance of components were created, so Ijust added a counter to

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Pierre-Yves Saumont
be this... -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Pierre-Yves Saumont Gesendet: Freitag, 11. August 2006 16:46 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Component created 18 times in IE versus twice

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Igor Vaynberg
created 18 times in IE versus twice in Firefox I tried to make a simple test case, but it does not show this problem. My first guess is that it has something to do with caching, since my apps loads many elements from various places (images, css, scipts, images from css, images from scripts and even

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Matej Knopp
-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox I tried to make a simple test case, but it does not show this problem. My first guess is that it has something to do with caching, since my apps loads many elements from various

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Pierre-Yves Saumont
created 18 times in IE versus twice in Firefox I tried to make a simple test case, but it does not show this problem. My first guess is that it has something to do with caching, since my apps loads many elements from various places (images, css, scipts, images from css, images from scripts

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Matej Knopp
] [mailto:[EMAIL PROTECTED] Im Auftrag von Pierre-Yves Saumont Gesendet: Freitag, 11. August 2006 16:46 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox I tried to make a simple test case, but it does not show this problem

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Igor Vaynberg
PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Pierre-Yves Saumont Gesendet: Freitag, 11. August 2006 16:46 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox I tried to make a simple test case, but it does not show