JSF 2.0: Facelets: No tag libraries (TLDs)?
843844Jul 25 2009 — edited Jul 27 2009Hi, I'm currently concerned with JSF 2.0 and Facelets. I found:
- Tags are no longer defined in taglibs (TLDs) (instead they appear to be hard-coded in Java code)
- On the other hand, jsf-impl.jar does ship two taglibs (for HTML and JSF Core), however, these solely include tags that have been existing since JSF 1.2 (the new tags are not defined there)
OK, that may be fine. Nonetheless, now there's a problem with code completion and validation in IDEs (Eclipse in my case).
Any ideas on how to get over that?
Thanks