0 Replies Latest reply on Nov 16, 2010 4:32 AM by specialagent.specialagentx.web.de

    Problem with NEKO Parser

    specialagent.specialagentx.web.de

      Hi,


      I have a problem, if I want to tune my AJAX requests by using the NEKO parser instead of the default. Im using Seam 2.1.2 and when Im turning NEKO on in web.xml some of my AJAX request are never ending... and I can not navigate anymore in my wizard with conversation context.


      Here is what I added in my web.xml:


           <context-param>
                <param-name>
                     org.ajax4jsf.xmlparser.ORDER
                </param-name>
                <param-value>
                     NONE,NEKO,TIDY
                </param-value>
           </context-param>
           
           <context-param>
                <param-name>org.ajax4jsf.xmlparser.NEKO</param-name>
                <param-value>.*\..*</param-value>
           </context-param>
      



      Thank you