Tiles with JSF
I am working on jsf (myfaces) + spring + hibernate application. On jsf I tried to fit tiles. It is successfully done. But I am not convince with apply tiles on jsf. Because we have to include struts.jar and also with some jsf tags tiles is not working properly. So my question is,is it good to use tiles with jsf?

