<%-- IBM Confidential OCO Source Material --%> <%-- 5724-J34, 5655-P28 (C) COPYRIGHT International Business Machines Corp. 2006 --%> <%-- The source code for this program is not published or otherwise divested --%> <%-- of its trade secrets, irrespective of what has been deposited with the --%> <%-- U.S. Copyright Office. --%> <%@ page import="java.util.Iterator"%> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> <%-- Layout component Render a list of tiles in a vertical column @param : list List of names to insert --%> <%-- Iterate over names. We don't use tag because it doesn't allow insert (in JSP1.1) --%> <% boolean itsother = false; Iterator i=list.iterator(); while( i.hasNext() ) { String name= (String)i.next(); if ((name.indexOf("buttons.panel") > -1) || (name.indexOf("context.scope") > -1)) { %> <% } else if ((name.indexOf("general.properties") > -1) || (name.indexOf("generic.properties") > -1) || (name.indexOf("collection.table.extends") > -1)) { %> <% } %>
<% } else { %> <% itsother = true; } } // end loop if (itsother) { %>