This {@link CustomParserCommand} handles "foreach" statements.
The syntax must look like:
... !foreach>
The "key" is a String
that will be used to store each Object
in a request attribute on each iteration. $something{something} must resolve to a List
. It may also be in the form #{value.binding}
if you prefer, in either case it must resolve to a List
.
|
|