Hi,

I noticed that if I added script on page in a component during the
beginRender() method via...

renderSupport.addScript()

...I recieved a javascript error in IE 6 complaining that the Tapestry
object did not exist on the line:

Tapestry.onDOMLoaded(function() {

This only happens if "tapestry.combine-scripts" is set to true (i.e.
in production mode). If this is set to false, then IE 6 is more than
happy. It seems like IE 6 was not happy with the virtual asset js
file.

I was just wondering if anyone else had noticed this behaviour as I'm
only able to test IE 6 via the usual Multiple IEs install on a Windows
XP box (and not through a *real* IE 6 install).

Regards,

Steve.

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

Reply via email to