This is the section in which you can learn more about the tag named outputText tag. This tag is used for creating component for displaying formatted output as text.
Here, you will get an example with complete source code that can be copied in your application for creating a JSF component that show the output of your program.
Code Description:
<%@ page contentType="text/html" %> |
Above program shows the output text "This is the output text." that is specified as the value of the JSF HTML tag outputText.
Rendered Result:

HTML Source Code:
<html> <head><title>jsf h:message example</title></head> <body> <b>This is the output text.</b> </body> </html> |
All attributes of the outputText tag are explained as follows:
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: JSF outputText Tag View All Comments
Post your Comment