Hi,
I have a strange problem. One of my colleagues found a javascript library ajaxtabs from DynamicDrive.com, and he created a small component wrapping its usage. His code makes use of @BeginRender to generate the html. The last part of this generated html is a little script that invokes the ajax tabs javascript.

I wanted to change the BeginRender code into MyTabs.tml instead.
Naturally, everything looks fine, and the generated html looks the same as that explicitly written by the BeginRender method, but the java script does not work properly. I suspect that it is throwing an exception while running.

I also tried setting the javascript to run on DOMLoaded(), but that does not work at all, from BeginRender, or .tml.

Is there any reason why it should work correctly with BeginRender method, but not a .tml file?

Ciao,
Jonathan O'Connor

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

Reply via email to