Antonio Petrelli a écrit :
2008/7/16 Nicolas LE BAS <[EMAIL PROTECTED]>:
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.

Tiles 2.0.x is compiled against Servlet 2.4, could it be the problem?

Antonio


Well, this is definitely not a compilation problem.

I've been digging around a bit. That's probably not enough, but I'm short on time. I'd still like to share this:

I may be wrong about Servlet 2.5. This may be a pure JSF 1.2 trick (although I seem to remember reading that this kind of bug could not be fixed in JSF 1.1 without changing the servlet API - an hoax?).

Anyway the new buffer management code has been implemented inside the method ViewHandler.renderView (both in MyFaces and RI), thus I suppose that using a custom ViewHandler might eventually break it. Perhaps you have to check it out when upgrading.

Hope this helps
Nick

Reply via email to