WAP Tags
Tag outputText


If the "styleClass" attribute is present, render its value as the value of the "class" attribute. If the "escape" attribute is not present, or it is present and its value is "true" all angle brackets should be converted to the ampersand xx semicolon syntax when rendering the value of the "value" attribute as the value of the component. If the "escape" attribute is present and is "false" the value of the component should be rendered as text without escaping.


Tag Information
Tag Classorg.apache.myfaces.wap.taglib.OutputTextTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
escapefalsefalsebooleanFlag indicating that characters that are sensitive in WML and XML markup must be escaped. This flag is set to "true" by default.
idfalsefalsejava.lang.StringThe component identifier for the associated component.
renderedfalsefalsebooleanFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
converterfalsefalsejava.lang.StringConverter instance registered with this component.
valuefalsefalsejava.lang.ObjectThe current value of this component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.