Home > Guides > Tag Developers Guide > Struts Tags > Tag Reference > Generic Tag Reference > append |
Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works.
Component for AppendIteratorTag, which jobs is to append iterators to form an appended iterator whereby entries goes from one iterator to another after each respective iterator is exhausted of entries.
For example, if there are 3 iterator appended (each iterator has 3 entries), the following will be how the appended iterator entries will be arranged:
Dynamic Attributes Allowed:false | |||||
Name | Required | Default | Evaluated | Type | Description |
---|---|---|---|---|---|
id | false | false | String | Deprecated. Use 'var' instead | |
var | false | false | String | The name of which if supplied will have the resultant appended iterator stored under in the stack's context |