You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by maven apache <ap...@gmail.com> on 2011/02/16 05:25:06 UTC

iterate the list values defined inthe tile

<tiles:importAttributes name="scriptlist" />
<c:foreach values="$(scriptlist)" var="script">
  <script src="$(script)"....>
</c:foreach>

now i want to know how to write the above using s:iterator?

iterate the list values defined inthe tile

Posted by maven apache <ap...@gmail.com>.
<tiles:importAttributes name="scriptlist" />
<c:foreach values="$(scriptlist)" var="script">
  <script src="$(script)"....>
</c:foreach>

now i want to know how to write the above using s:iterator?