1 Reply Latest reply on Apr 6, 2007 10:33 PM by icai

    Will Ajax4jsf work on J2EE1.3??

    icai

      Hi,
      I am supposed to deploy my application on OAS 10.1.2 which expects J2EE version 1.3 . My web.xml for J2EE 1.3 does NOT allow me to include following filter definitions.

      <dispatcher>REQUEST</dispatcher>
       <dispatcher>FORWARD</dispatcher>
       <dispatcher>INCLUDE</dispatcher>

      If I dont use these definitions, I'm not able to use "a4j:include" tag.Since I can include above definitions in web.xml for J2EE version 1.4, I'm able to get "a4j:include" tag working.
      Does that mean that a4j:include does NOT work with J2EE 1.3 ?? Do we have any work around for this.

      Thanks in advance.