Re: Tiles jsf reponse already committed

2007-06-21 Thread Antonio Petrelli
The problem is that, in Tiles, if an exception happens during rendering a tile, the response will be *always* already committed. There is no hope to work around, except of resolving the exception :-) Antonio 2007/6/21, Bengali Bengali <[EMAIL PROTECTED]>: Hi, i know it's an issue which has been

Tiles jsf reponse already committed

2007-06-21 Thread Bengali Bengali
Hi, i know it's an issue which has been discussed many times but I still haven't found an answer for my special case. Actually, i am working on a project that uses jsf-ri 1.1 and struts tiles 1.1. The tiles view handler has been declared in the faces-config.xml and it works fine. Except that we