8 Replies Latest reply on May 28, 2007 3:46 PM by webjavier

    ADF Faces with Facelets in jBPM 3.2GA

    webjavier

      Friends:
      I've install adf faces for using with facelets in jbpm start kit 3.2GA
      I need to change the interface to ADF Faces but i have a problem with the FaceletViewHandler, because this class is in web.xml and faces-config.xml and generate conflict.

      faces-config.xml

      <application>
      <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
      <navigation-handler>org.jbpm.webapp.application.JbpmNavigationHandler</navigation-handler>
      </application>
      

      web.xml
      <context-param>
      <param-name>oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER</param-name>
      <param-value>com.sun.facelets.FaceletViewHandler</param-value>
      </context-param>


      Searching in google one solution is comment that handler in faces-config.
      but...
      If i comment that handler in faces-config i can't navigate for xhtml's of tasks flow.
      If i comment that handler in web.xml i can't use adf faces.

      Someone help me plz.
      How to obvious this handler in faces-config.xml for working fine.

      PD: I have applications by running with adf faces in jbpm-suite.

      Sorry with my english.....