[jboss-user] [JBoss jBPM] - ADF Faces with Facelets in jBPM 3.2GA

webjavier do-not-reply at jboss.com
Wed May 23 11:14:23 EDT 2007


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.....

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047943#4047943

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047943



More information about the jboss-user mailing list