<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> <%@ page import="java.util.Iterator" %> <%-- --%> <%-- Push component attributes in page context --%> <%-- Prepare the links list to be iterated --%> <% Iterator i = links.iterator(); %> <%-- Iterate on list of items --%>
<% // Compute link value String link = i.next().toString(); if(link.startsWith("/") ) link = request.getContextPath() + link; %>