Ray Clough a écrit :
We've got problems with Tile-2 and MyFaces 1.2. Nothing inside the <f:view>
tag is visible.
That's weird. It seems to me that it has to do with the new buffer
management ability in Servlet 2.5 (needed to support JSF 1.2), but I
can't be sure without looking more into it.
Searching the Tiles Forum, I see an old reference to use a
file from MyFaces, 'JspTilesTwoViewHandlerImpl.java' class. Since both
MyFaces and Tiles have had releases since then, I thought it prudent to
check if this earlier advice still holds. I notice that this class is not
included in the MyFaces 1.2 releases. Is there a solution to Tiles2/Jsf1.2
problems, or anything later which might help me?
I usually make it work without any ViewHandler, just the
TilesDispatchServlet and setting javax.faces.DEFAULT_SUFFIX attribute on
FacesServlet to ".tiles". But failing at this usually produces an
exception, not your behaviour.
Do you have some sample code ?