Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF 2.0: Facelets: No tag libraries (TLDs)?

843844Jul 25 2009 — edited Jul 27 2009
Hi, 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2009
Added on Jul 25 2009
4 comments
141 views