Reputation: 59
I am moving to JSF2.0 and am trying to know what are the added features of the tags and am searching for the TLD docs for the html(h) and core(f) tags. By the way I have added a link for JSF1.2 for the same just in case how it looks, if I am not clear enough.
http://download.oracle.com/javaee/5/javaserverfaces/1.2/docs/tlddocs/
Upvotes: 1
Views: 2100
Reputation: 1109695
Since JSF2 it's called VDL (View Declaration Language) instead of TLD (Tag Library Definition). You can find the JSF 2.0 Facelets VDL documentation here:
Other JSF 2.0 documentation links are available here.
Upvotes: 3