Add an element to the surrounding list. This tag can only be used inside putList tag. Value can come from a direct assignment (value="aValue") or from a bean. One of 'value' or 'beanName' must be present.
| Attributes |
| value |
Element value. Can be a String or Object. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| content |
Element value. Can be a String or Object. Synonym to value. Attribute added for compatibility with JSP Template. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| direct |
Determines how content is handled: true means content is printed direct |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| type |
Specify content type: string, page, template or instance. - String : Content is printed directly.
- page | template : Content is included from specified URL. Name is used as an URL.
- definition : Value denote a definition defined in factory (xml file). Definition will be searched in the inserted tile, in a
<insert attribute="attributeName"> tag, where 'attributeName' is the name used for this tag. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| beanName |
Name of the bean used as value. Bean is retrieved from specified context, if any. Otherwise, method pageContext.findAttribute is used. If beanProperty is specified, retrieve value from the corresponding bean property. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| beanProperty |
Bean property name. If specified, value is retrieve from this property. Support nested/indexed properties. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| beanScope |
Scope into which bean is searched. If not specified, method pageContext.findAttribute is used. Scope can be any JSP scope, 'component', or 'template'. In these two later cases, bean is search in tile/component/template context. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| role |
If the user is in the specified role, the tag is taken into account; otherwise, the tag is ignored (skipped). The role isn't taken into account if <add> tag is used in a definition. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|