If you're using this class, there seems to be a significant
limitation.  That is that every page that is mapped to your faces
servlet (ie. those with *.faces) must be inside a tile definition.  It
is impossible to call the faces page directly without embedding it in
a tile.

If you're using tiles to begin with, its true that a good 90-95% of
your pages will be in a tiles definition.  There are instances,
however, when I access a page directly without a layout.  Its
impossible to do this if the page you want uses faces, b/c
JspTilesViewHandlerImpl expects the initial HTTP request to map to a
tiles def.

sean

Reply via email to