2 Replies Latest reply on Sep 19, 2007 6:40 PM by chakre

    a4j:include not working with J2EE 1.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.