I have  a different problem regarding tile + jscookmenu.  Please see 
yesterday's mail (jscookmenu problem?).  I have not solved the problem yet.

In my case,  the jscookmenu tags are in the "mina.jsp" , the main layout 
(corresponding to your jscookmenu.jsp) does not have jscookmenu tags but have 
view related jsf tags. As far as I can tell, my problem is not directly 
related to tiles.

Wei


On Wednesday 18 January 2006 13:41, Marco Mistroni wrote:
> Hello all,
>     i am trying to use jscookmenu inside tiles layout...
>
> basically what ihave done is take the jscookmenu.jsp and declare it in
> tiles-config.xml as follows
>
> <definition name="budgetLayout" path="/layout/jscookmenu.jsf">
>    <put name="title"  value="MM's JSF Application" />
>    <put name="header" value="/common/header.jsp" />
>    <put name="footer" value="/common/footer.jsp" />
>    <put name="body"   value="/main.jsp" />
> </definition>
>
> obviously, teh fact that we have tiles and jsf tags at same time causes
> problems, and in fact
> i am receiving the following exception
>
>
> [ServletException in:/layout/jscookmenu.jsf] Cannot forward after response
> has been committed'
>
> which if i remember correctly is the one that you find if you use tiles
> along with jsf tags
>
> i am currently usign tiles.jar (not the one coming from myfaces)
>
> will the use of myfaces tiles solve the problem?
>
> or do ihave to 'restructure' my tiles layout not to include jsf pages?
>
> anyone has had similar situation?
>
> thanks in advance and regards
>  marco

Reply via email to