0 votes
in JSF by
How does render phase work in JSF (JavaServer Faces) life cycle?

1 Answer

0 votes
by
In this phase, the requested view is rendered as a response to the client browser. View rendering is a process in which output is generated as HTML or XHTML. So, the user can see it on the browser.
...