| |||||||
| FRAMES NO FRAMES | |||||||
<virge:for var="index" begin="0" end="4" step="2">
<div>${index+1}</div>
</virge:for>
| Tag Information | |
| Tag Class | com.invirgance.convirgance.web.tag.ForTag |
| TagExtraInfo Class | None |
| Body Content | scriptless |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| begin | false | true | int | The value to start the loop with |
| end | false | true | int | End the loop when the index reaches this number |
| scope | false | false | java.lang.String | Scope of the variable (i.e. page, request, session, or application) |
| step | false | true | int | Increment the index by this value each loop. Defaults to 1. Must be greater than 0. |
| var | true | false | java.lang.String | Variable to assign the index of the for loop to |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||