2 Replies Latest reply on Apr 23, 2014 8:41 AM by cohencyr4

    Richfaces 5 - Javascript (tag "<script>" is ignored)

    cohencyr4

      Hello,

       

      I am using Richfaces 5 and I need to add a javascript code.

       

      All javascript code are ignored (even when I am doing 'view source') like the following:

      <script type="text/javascript">

        alert('xxxxx');

      </script>

       

      It seems like the tags "<Script>" is ignored.

       

      In richfaces 4, it was working.