1 Reply Latest reply on Dec 28, 2011 8:38 PM by josh68

    a4j:loadscript and IE conditional comments

    josh68

      Hello. This is a simple question, I hope, and I've tried what I can figure out with no luck. Is there any way to load scripts using a4j:loadscript within IE conditional comment blocks? Not sure if there's a particular JSF config setting I could use to honor those comments and still parse the a4j tags. TIA.

        • 1. Re: a4j:loadscript and IE conditional comments
          josh68

          Replying to my own question, but not an answer. If you add this config to web.xml:

               <context-param>          <param-name>facelets.SKIP_COMMENTS</param-name>          <param-value>false</param-value> </context-param>

          IE (only the versions specified by the conditional comments) just spits out the full a4j:loadScript tags, so that's not a solution. In other words, the conditional works, but the a4j parsing doesn't.