0 Replies Latest reply on Jun 13, 2007 4:06 AM by binya

    sitemesh with ajax4jsf

    binya

      Hi, I'm using sitemesh and 2 components of sandbox (which use ajax4jsf), the Ajax isn't responding and I get the error:

      WARN org.apache.myfaces.renderkit.html.util.DefaultAddResource - MyFaces special javascript could not be retrieved from request-map.

      How should I configure the sitemesh.xml that it will filter the Ajax requests and will not 'touch' them?

      I tried:
      <page-parsers>
      <parser content-type="text/html"
      class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
      <parser content-type="text/html;charset=ISO-8859-1"
      class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
      </page-parsers>


      but is doesn't work...
      Thanks.