Hi,
I can make tiles and JSF work individually but unable to integrate them.
I get:
Cannot forward after response has been committed
To narrow down the issue, I setup three jsp files:
1. MySetupTiles.jsp — Does a tiles:insert and tiles:put
2. MyTiles.jsp — does a tiles:insert (from above)
3. MyFaces.jsp — has a simple f:view
in #1 above, I have tried
<tiles:put name="theFaces" value="MyFaces.faces" />
<tiles:put name="theFaces" value="MyFaces.jsp" />
I understand this has to do with the order of processing, but not sure how do it.
Thank you.
Ramin