Re: why is getHomePage called multiple times?

2013-07-10 Thread dev
for the home page. How can I go way with it I really appreciate your support! -- Dev -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660187.html Sent from the Users forum mailing list archive at Nabble.com

Re: why is getHomePage called multiple times?

2013-07-10 Thread Martin Grigorov
for the home page. How can I go way with it Your page is stateful and that's why it is there. Maybe you use Ajax components in your home page. I really appreciate your support! -- Dev -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called

Re: why is getHomePage called multiple times?

2013-07-08 Thread dev
-is-getHomePage-called-multiple-times-tp1881852p4660152.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: why is getHomePage called multiple times?

2013-07-08 Thread Martin Grigorov
application is working working and it has no such problem. Please suggest what I should try to fix the problem. -- Dev -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660152.html Sent from the Users forum

Re: why is getHomePage called multiple times?

2013-07-08 Thread dev
: Cannot read property 'offsetWidth' of undefined -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660158.html Sent from the Users forum mailing list archive at Nabble.com

RE: why is getHomePage called multiple times?

2013-07-08 Thread Paul Bors
@wicket.apache.org Subject: Re: why is getHomePage called multiple times? Hi, here is the stacktrace.. Jul 8, 2013 8:44:07 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found

RE: why is getHomePage called multiple times?

2013-07-08 Thread dev
in context: http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660160.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: why is getHomePage called multiple times?

2013-07-08 Thread harmoniaa
You could also print stacktrace of all invocations of the constructor by adding this line: new Exception().printStackTrace(); br, Edvard -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660161.html Sent from

Re: why is getHomePage called multiple times?

2013-07-08 Thread Martin Grigorov
://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660160.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: why is getHomePage called multiple times?

2009-09-01 Thread Pedro Santos
Jason, the method getHomePage#MyWicketApplication only return the Class of your application home page, an call from Wicket to it's method, doesn't means that an instance of HomePage will to be generated. This is a code from WebRequestCodingStrategy for example: if

why is getHomePage called multiple times?

2009-08-31 Thread Jason Novotny
Hi, My home page takes longer to load than expected and after placing a log line in getHomePage#MyWicketApplication I see that it's being called 3 times: Connected to server gethome page called me! gethome page called me! gethome page called me! Is there sort of a

Re: why is getHomePage called multiple times?

2009-08-31 Thread Nick Heudecker
Any chance you have empty image src attributes in your home page? On Mon, Aug 31, 2009 at 9:19 PM, Jason Novotny jason.novo...@gmail.comwrote: Hi, My home page takes longer to load than expected and after placing a log line in getHomePage#MyWicketApplication I see that it's being called 3

Re: why is getHomePage called multiple times?

2009-08-31 Thread Jason Novotny
Hi Nick, I tried with the simplest page: html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://www.w3.org/1999/xhtml; head /head body hello wicket /body /html The good news is that it only happens after loading the app for the first time-- after an additional request is made to

Re: why is getHomePage called multiple times?

2009-08-31 Thread liny
() for more information. *** -- View this message in context: http://www.nabble.com/why-is-getHomePage-called-multiple-times--tp25234096p25234411.html Sent from the Wicket - User mailing list archive at Nabble.com.