Google News
logo
JSF - Interview Questions
What is h:outputText tag in JSF (JavaServer Faces)?
The JSF <h:outputText> is used to render a plain text.

If the "styleClass", "style", "dir" or "lang" attributes are present, render a "span" element.

If the "styleClass" attribute is present, render its value as the value of the "class" attribute.
Advertisement