tag test

forEach

  • 1. that's number 2
  • 2. that's number 4
  • 3. that's number 6
  • 4. that's number 8
  • 5. that's number 10
<ul>
<jxpath:forEach varStatus="n" var="i" begin="2" end="10" step="2">
       <li><jxpath:out value="$n/count" />. that's number <jxpath:out value="i" /></li>
</jxpath:forEach>
</ul>

en

locale

session language
german
<i18n:locale>
<td>
<select size="1" name="month">
<dt:months var="mon">
<option><jxpath:out value="$mon/month" /></option>
</dt:months>
</select>
</td>
</i18n:locale>

Back