Java Server Faces Question:

What is rendering of page in JSF?

Tweet Share WhatsApp

Answer:

A JSF page has components that are made with the help of JSF library. The JSF components lke h:form, h:inputText, h:commandButton, etc., are rendered / translated to HTML output. This process is known as encoding. Encoding also assigns a unique id to a component by the framework and the ids are generated at random.

Read All 18 Java Server Faces Questions
Previous QuestionNext Question
Explain JSF framework?Explain JSF life cycle?