Thanks, I had already tried that, but I received error messages in the browsers
(JavaScript error in IE, XML/document not well formed error in FF)
The solution that finally worked is this (note the double slashes):
<script>
| //<![CDATA[
| function test(...)
| {
| ..........
| }
| //]]>
| </script>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112592#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...