Hi Simon, Thank you so much for telling me this. That is why I hardly found any support on tiles with myfaces on line. I will start to look at the facelets you suggested. Do you know any good websites for facelets?
Thanks, James On 3/6/07, Simon Kitching <[EMAIL PROTECTED]> wrote:
James Gardener wrote: > I sent two messages regarding the above problems to > [email protected] <mailto:[email protected]> but have not > received any replies. I also searched recent threads regarding tiles > without any luck. I really don't want to give up myfaces because of the > tiles problem. Does anyone successfully implement tiles with myfaces, > especially with menu + body + header layout? Could you please post your > successful samples? Thank you very much. I think you've got your answer James: no-one *is* using myfaces with tiles. I guess they have all converted over to using facelets which AFAIK comes with tiles-like functionality built in. Remember that JSF is explicitly designed to support multiple ways to define JSF component trees. JSP is just one of them. Facelets is another; I haven't used it personally but many people say it is far superior to JSP when working with JSF. As it sounds like you are starting a new project you may wish to give it a try. Regards, Simon

