Em Sun, 19 Apr 2009 13:00:16 -0300, Joel Halbert <j...@su3analytics.com> escreveu:

looks like you have a badly anchored image somewhere on your page..

Something is being generated like <img src="images/bla.png" />

the incorrectly rooted images path causes tap to think this resource is
page local and tries to call onActivate on the current page passing in
the images string as an argument.

Check that all your images are correctly anchored.

The explanation is correct, just lacked the solution. :) Instead of <img src="images/bla.png" />, use <img src="${asset:context:/images/bla.png}" />

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to