Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2015 12:17 AM
Alex,
You can check this link : Jelly: Over and Over Again...
Also, the code will be something like:
//impArr1 is the Array name
<j:forEach var="jvar_pair" items="$[impArr1]" indexVar="jvar_i">
<g:evaluate var="jvar_cat" expression="var sp = $[jvar_index]; sp;" />
$[javr_cat]
</j:forEach>