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

amitev do-not-reply at jboss.com
Thu Dec 13 06:33:25 EST 2007


Use CDATA

<script>
  | <![CDATA[
  | function test(...)
  | {
  | ..........
  | }
  | ]]>
  | </script>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112524#4112524

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



More information about the jboss-user mailing list