Hi!
A friend of mine told me to address this issue to Simon Kitching:
I've added some javascript code to my jspx source file like this:
...
<t:div id="tabbody" forceId="true" forceIdIndex="true">
<script type="text/javascript">
<!--
function testHello ()
{
alert ("Hello");
}
//-->
</script>
<table styleClass="outerTable" style="height:417;" width="720 px">
<tr>
....
This script is not displayed in the generated html-file. All you see is:
... <script type="text/javascript"><!--
//--></script><table .....
Am I wrong if I suppose the script-code to be showed in the html-file?
The html-page is generated out of several jspx files which are
combined together via tiles.
Do I have to use some special tags or is there a problem with the htmlparser?
Regards, Jürgen