JSF tag library. Completes lack of some needful and basic features in JSF, does not contain graphics rich components.
Tags:
Include Cache: caches included JSF content to improve performance
Lazy Load: ajax based lazy loading of a page fragments
Validate Group: multi-component and cross-component validation
Scopes:
Post Scope: is kept alive with JSF POST requests, dies with redirect (PRG), lives longer than View but shorter than Session
Conversation Scope: like CDI Conversation Scope...