Answers

Question and Answer:

  Home  Java Server Faces

⟩ What is rendering of page in JSF?

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.

 150 views

More Questions for you: