I am trying to download tag library documentation for JSF which includes HTML (h
), core (f
), Facelets(ui
), and JSTL core (c
). I found this documentation online at several places:
However, I did not find any downloadable JAR/archive file.
Is there any way to download this documentation?
It's included in the "binary bundle" downloads at Mojarra download page (note: not just "binary").
Here's a direct link: Mojarra 2.1.0 binary bundle. This contains JSF 2.1 documentation. When you extract this specific file, you can find the documentation in the /docs
folder as another zip file mojarra-2.1.0-FCS-documentation.zip
. This zip file in turn contains several documentation folders and the particular Facelets tag documentation you're looking for is in the /vdldocs
folder.