Struts-Faces
Tag write


Render the text associated with the specified model object or text string, optionally performing filtering and formatting tasks described by the optional attributes described below. The text to be rendered is specified in exactly one of the following attributes:

Additional control over the rendering process is specified by the following optional attributes, with default values as indicated:



Tag Information
Tag Classorg.apache.struts.faces.taglib.WriteTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.String

Value binding expression to bind this component to a backing bean property.

filterfalsefalsejava.lang.String

Should we filter the output for characters that are sensitive in HTML? The default value is true.

idfalsefalsejava.lang.String

Component identifier of the component corresponding to this tag.

renderedfalsefalsejava.lang.StringBoolean attribute indicating whether this component should be rendered or not.
stylefalsefalsejava.lang.String

CSS styles used to render this component.

styleClassfalsefalsejava.lang.String

Name of the CSS style class used to render this component.

valuefalsefalsejava.lang.String

Literal text to be rendered, or value reference expression to retrieve the text to be rendered.


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.