<%-- IBM Confidential OCO Source Material --%> <%-- 5724-I63, 5724-H88, 5655-N02, 5733-W70 (C) COPYRIGHT International Business Machines Corp. 1997, 2005 --%> <%-- 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,java.util.*"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> <%-- //collectionForm: <%=collectionForm%>
//<%=collectionForm%>.getQuickSearchState: <%=quickSearchState%>
//<%=collectionForm%>.getSearchPattern: <%=searchPattern%>
//<%=collectionForm%>.getSearchFilter: <%=searchFilter%>
--%> <% String contextType = (String)request.getAttribute("contextType"); String hRef = ""; if (selectUri.indexOf('?') != -1) hRef = selectUri + "&" + parameterName + "=" + quickSearchState; else hRef = selectUri + "?" + parameterName + "=" + quickSearchState; %>