InterviewSolution
Saved Bookmarks
| 1. |
What is h: output Text tag in JSF? |
|
Answer» A h: output Text Tag in JSF is used for rendering a PLAIN text. The PRESENCE of "styleClass", "STYLE", "dir" or "lang" attributes are present, then it renders a "span" element. If the "styleClass" ATTRIBUTE is present, then it renders its value as the value of the "class" attribute. |
|