JSF framework provides a standard HTML tag library. Each tag will rendered into corresponding html output.
To use these html tags we have to use the following namespaces of URI in html node.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" > |
JSF Core tags are given below:
- JSF core tags tutorial examples.
- JSF inputtext html tag example.
- JSF inputSecret html tag example.
- JSF inputtextarea html tag example.
- Jsf hidden html tag example.
- Jsf selectbooleancheckbox html tag example.
- Jsf selectmanycheckbox html tag example.
- Jsf selectoneradio html tag example.
- Jsf selectonelistbox html tag example.
- Jsf selectmanylistbox html tag example.
- Jsf selectOneMenu html tag example.
- Jsf outputText html tag example.
- Jsf outputformat html tag example.
- Jsf graphicimage html tag example.
- Jsf outputstylesheet html tag example.
- Jsf outputscript html tag example.
- Jsf commandbutton html tag example.
- Jsf link html tag example.
- Jsf commandlink html tag example.
- Jsf outputlink html tag example.
- Jsf commandbutton html tag example.
- Jsf panelgrid html tag example.
- Jsf message html tag example.
- Jsf messages html tag example.
- Jsf param html tag example.
- Jsf attribute html tag example.
- Jsf setPropertyActionListener html tag example.