sommeralex wrote > > Hello, > > I want to update my page after some seconds. In this time, the browser is > trying to retrieve gelocation. The website works, always the first call to > that sites ends with > > Ajax failure: Status 500 for /mobile/browsegroups.loadingscreen: > org.apache.tapestry5.runtime.ComponentEventException > Communication with the server failed: > org.apache.tapestry5.runtime.ComponentEventException >
Seems like you get an Exception in your event handler onProgressiveDisplayFromLoadingScreen. I guess it's a NullPointerException in (because groups might not be initialized yet): System.out.println("si; " + groups.size()); Can you post the stacktrace? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Ajax-failure-Status-500-for-mobile-browsegroups-loadingscreen-org-apache-tapestry5-runtime-Componentn-tp5663902p5664472.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org