JSF Component Tags
JSF creates various components like command button, input text box, radio buttons etc. and present it on the JSP page normally. JSF ships with two standard component tag libraries, JSF Core and the JSF HTML tags containing core and html tags respectively. These tags are used to create associated components and enhance the view of the page. The article “JSF Tags” at roseindia.net explains this topic in detail. Read this topic where tags of both libraries have been discussed. It gives the list of all tags and the resultant component created.
Want to read more, click:
JSF Tags