Attributes |
Name | Required | Request-time | Type | Description |
bundle | false | true | java.lang.String | The name of the application scope bean under which the
MessageResources object containing our messages
is stored. |
filter | false | true | java.lang.String | If this attribute is set to true, the rendered property
value will be filtered for characters that are sensitive in HTML, and any
such characters will be replaced by their entity equivalents. |
format | false | true | java.lang.String | Specifies the format string to use to convert bean or property value
to the String. If nothing specified, then default format
string for value data type will be searched in message resources by
according key. |
formatKey | false | true | java.lang.String | Specifies the key to search format string in application resources. |
ignore | false | true | java.lang.String | If this attribute is set to true, and the bean specified
by the name and scope attributes does not
exist, simply return without writing anything. If this attribute is
set to false, a runtime exception to be thrown,
consistent with the other tags in this tag library. |
locale | false | true | java.lang.String | The name of the session scope bean under which our currently
selected Locale object is stored. |
name | true | true | java.lang.String | Specifies the attribute name of the bean whose property is accessed
to retrieve the value specified by property (if
specified). If property is not specified, the value of
this bean itself will be rendered. |
property | false | true | java.lang.String | Specifies the name of the property to be accessed on the bean
specified by name. This value may be a simple, indexed,
or nested property reference expression. If not specified, the bean
identified by name will itself be rendered. If the
specified property returns null, no output will be rendered. |
scope | false | true | java.lang.String | Specifies the variable scope searched to retrieve the bean specified
by name. If not specified, the default rules applied by
PageContext.findAttribute() are applied. |