I have set the view-handler as alternate handler in web.xml...
>
> my Faces-Config:
> =============
> <application>
> <!-- Use the Trinidad RenderKit -->
> <default-render-kit-id>
> org.apache.myfaces.trinidad.core
> </default-render-kit-id>
> </application>
>
Have you set the view-handler?
<application>
<view-handler>
org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl
</view-handler>
</application>
____
--
View this message in context:
http://www.nabble.com/Tomahawk%2C-Trinidad-and-Struts-Tiles-Problem-tf4589373.html#a13111276
Sent from the MyFaces - Users mailing list archive at Nabble.com.