Problem

Often times, you need to know the detail attribute of a JSF HTML form tag, e.g f:inputText. The JSF 2 tag library JavaDoc is very hard to find, even Google didn’t return any result of it?

Solution

Actually, JavaServer(TM) Faces, both 1.x or 2.x are available at this JSF official website. Unfortunately, JSF official website is using “SSL” connection, “https” for all the page access, caused the Google crawler unable to index all the pages.

Here’s 3 most access JavaServer Faces 2.0 JavaDoc you may need to bookmark for reference :

  1. JSF 2 JavaDoc
  2. JSF 2 Managed Bean Annotations
  3. JSF 2 JavaScript & Ajax API
Note
For other JSF 2 JavaDocs, please access this JSF documentation page.
Note : You can find more similar articles at - JSF 2 Tutorials