| |||||||
FRAMES NO FRAMES |
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 Class | org.apache.struts.faces.taglib.WriteTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | Value binding expression to bind this component to a backing bean property. |
filter | false | false | java.lang.String | Should we filter the output for characters that are sensitive in HTML? The default value is |
id | false | false | java.lang.String | Component identifier of the component corresponding to this tag. |
rendered | false | false | java.lang.String | Boolean attribute indicating whether this component should be rendered or not. |
style | false | false | java.lang.String | CSS styles used to render this component. |
styleClass | false | false | java.lang.String | Name of the CSS style class used to render this component. |
value | false | false | java.lang.String | Literal text to be rendered, or value reference expression to retrieve the text to be rendered. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |