Louis Burroughs wrote:
I am running a MyFaces app in a WebSphere 5.1 portal environment. When
my page renders, the content inside of the jscookmenu and the jscalendar
script tags is commented. How can I stop this from happening? The same
jsp worked fine in Tomcat 5.0.
Are you talking about something like this ?
<script> <!--
alert("testing...");
--></script>
This is the normal way to generate script tags so that old browsers that
don't support scripting don't display garbage on the screen. This does
**not** disable the script - just try it!
Cheers,
Simon