2 Replies Latest reply on May 20, 2009 12:10 PM by svande

    org.ajax4jsf.xmlparser

    svande

      Hello,
      I include a page with a4j:include. And it must be parsed.
      I have added the web.xml declarations below.
      It doesnot get parsed however.
      Is there something wrong with the syntax?
      Cheers,
      Wilfred

      <context-param>
       <param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
       <param-value>NONE,NEKO</param-value>
      </context-param>
      
      <context-param>
       <param-name>org.ajax4jsf.xmlparser.NONE</param-name>
       <param-value>.*,/pages/.*,/pages/include/.*,/pages/include/home/.*</param-value>
      </context-param>
      
      <context-param>
       <param-name>org.ajax4jsf.xmlparser.NEKO</param-name>
       <param-value>/parsed/.*,/parsed/include/.*</param-value>
      </context-param>


        • 1. Re: org.ajax4jsf.xmlparser
          ilya_shaikovsky

          The same parser used for the whole page (including the included subpages.)

          • 2. Re: org.ajax4jsf.xmlparser
            svande

            Thanks.
            I understand that the parser is defined for the whole page.
            With profiling I found that the page does get parsed. But unexpectedly with TIDY!
            I wonder why is that?
            Also I was hoping, does any one of you know a workaround?
            Parse only some AJAX response?
            Posibly with an oncomplete call?
            Cheers,
            Wilfred