Defining JspTilesViewHandlerImpl as an alternate ViewHandler in your
web.xml might help.
<context-param>
<param-name>
oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER
</param-name>
<param-value>
org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl
</param-value>
</context-param>
Thomas
--
http://www.irian.at
Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German
Professional Support for Apache MyFaces
On 6/2/06, Phan Le <[EMAIL PROTECTED]> wrote:
Howdy,
Has anyone integrated successfully ADF Face, My Face and Tiles?
I currently have a situation where My Faces alone works fine with
Tiles. But when I put ADF Faces in, Tiles is not working anymore.
Any idea or reference?
Thanks,