Fair enough, i will validate the page. It seems to only happen when i have a ajax calls on the same page, and it also only seems to happen if im using TEXT-ONLY ads. Strangely, it doesnt actually prevent the page being rendered. It only throws huge stack traces. Ive tailed the logfile, and it actually happens a while after the page has loaded (stack trace that is).
Ive also deployed the ap to a real domain using tomcat, as i never get the problem using localhost. will update after my tests, and thanks for the comments thus far. Nino Martinez-2 wrote: > > I have no problems neither with 1.3.x or 1.4.x ... > > So it might be your page that has incorrect syntax.. You could try both > the css syntax checker and the html validator from w3c. If you do that > in conjunction with browsershots.org and a couple of different browsers > you can get a clear picture if its working or not... > > Xhelas wrote: >> I have no problem with this using wicket 1.4.rc1. And i never had problem >> using previous versions. >> Regards >> Alexandre >> >> ej595 wrote: >> >>> Hi all, >>> im not sure if anyone else has any experience of using google adsense >>> within your wicket html, but i seem to be finding that it interferes >>> with >>> the rendering of the wicket pages. By that i mean, if i include the >>> adsense code in the html, when wicket renders the page i get this >>> intermittent 'unable to find component X' error. It seems to be >>> something >>> to do with the time it takes to retrieve the actual advert and the >>> rendering of the page via wicket. It never happens on localhost, but >>> once >>> the war has been deployed to a web environment, the logs are littered >>> with >>> this error and the html stack traces. >>> >>> Im not entirely sure what to do other than to remove the ad. Once i >>> remove >>> the ad, the page is fine. Id appreciate if anyone has any experience in >>> this area of adsense and wicket. >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Google-Adsense.-tp21764673p21814492.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
