1.

What Does It Mean By Rendering Of Page In Jsf?

Answer»

Every JSF page as described has various components made with the help of JSF library. JSF may contain H:form, h:inputText, h:commandButton, etc. Each of these are rendered (translated) to HTML OUTPUT. This process is called encoding. The encoding procedure also ASSIGNS each component with a unique ID ASSIGNED by framework. The ID generated is random.

 

Every JSF page as described has various components made with the help of JSF library. JSF may contain h:form, h:inputText, h:commandButton, etc. Each of these are rendered (translated) to HTML output. This process is called encoding. The encoding procedure also assigns each component with a unique ID assigned by framework. The ID generated is random.

 



Discussion

No Comment Found