A Simple JSF Program
- Previous structure has three parts:
- taglib directives required to locate two JSF libraries
- Tags from the core library have the prefix f: (such as f:view)
- Tags from the HTML library have the prefix h: (such as h:form)
- All JSF tags must be contained inside an f:view tag
- The h:form tag encloses all user interface elements