Java Server Faces Question:

Download Job Interview Questions and Answers PDF

What is rendering of page in JSF?

Java Server Faces Interview Question
Java Server Faces Interview Question

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.

Download Java Server Faces Interview Questions And Answers PDF

Previous QuestionNext Question
Explain JSF framework?Explain JSF life cycle?