1 Reply Latest reply on Sep 21, 2010 12:06 PM by akaine

    AJAX request url pattern issue help..

    bala4875

      Hi

      noted ajax request processing all url requests from our application due to ajax4jsf allowing only /* in the url pattern. Is it possible to set specific url alone instead of all requests?  Tried with with certain url then ajax not working. Any one guide on this please.

       

       

      <filter-mapping>

       

      <filter-name>ajax4jsf</filter-name>

       

      <url-pattern>/*</url-pattern>

       

      </filter-mapping>

       

      Thanks

      Bala