I am working to upgrade to T 5.1.0.5 and found this problem.

When I include javascript codes with comment tag <!--  codes //-->in tml
file, Tapastry treats it as html comment tag and never run the javasript
codes. 

I even tested to just run simple codes like this 

<script type="text/javascript">
<!--
document.write("Hello World!");
//-->
</script>

"Hello World" is never written to the browsers.

Is it a bug? 

Can someone give me a clue?

Thanks,


David 

 
-- 
View this message in context: 
http://old.nabble.com/Problem%3A-T-5.1.0.5-renders-JavaScript-comment-tag-as-regular-html-comment-tag-tp27566063p27566063.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

Reply via email to