A component containing many components inside it is called a compound component.
JSF allows you to create and use
components of two types:
Standard UI
Components:
JSF contains its basic set of UI components like text
box, check box, list boxe, button,
label, radio button, table, panel
etc. These are called standard components.
Even a very simple page uses tags from both libraries. These tags can be used adding the following lines of code at the head of the page.
<%@ taglib uri=?http://java.sun.com/jsf/core
? prefix=?f? %> (For Core Tags)
<%@ taglib uri=?http://java.sun.com/jsf/html
? prefix=?h? %> (For Html Tags)
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: JSF Interview Questions
Post your Comment