On Dec 6, 2007 11:23 AM, Simon Kitching <[EMAIL PROTECTED]> wrote:
> But I don't see any major difference between
>   JSF1.2+facelets
> and
>   JSF1.2+JSP+tomahawk+tiles2
>
> Or is there something I've missed?

Error reporting is vastly superior when you stop using jsp.
Facelets is also significantly fast.   Search the archives for
performance comparisons.
The only thing jsp has going for it is that it's considered a standard
outside of JSF, which might be a consideration if you have to use jsp
tags.   However, I'm pretty sure you can now use jsp snippets inside
of facelets if you have to these days.

Reply via email to