0 votes
in JSF by
What is h:outputText tag in JSF (JavaServer Faces)?

1 Answer

0 votes
by

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.

...