[jboss-user] [JBoss Seam] - Re: Facelets: Ways to output code that shall be unparsed

JUnkie do-not-reply at jboss.com
Thu Dec 13 09:58:28 EST 2007


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#4112592

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112592



More information about the jboss-user mailing list