<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?
<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?