<%@taglib prefix="s" uri="/struts-tags" %> {title}

<%= application.getInitParameter("applicationName") %>


Search Box Builder

1

Select search box options





If no collections are selected below then all collections are included in the results

<% int numToClose = 0; %> <% out.println("
    "); %> <% out.println("
  • "); %> <% //Has children that need to be contained here out.println("
      "); %> <% numToClose++; %>
      <% out.println(""); %>
      <% numToClose++; // Last child of the current parent, so close the current list out.println(""); while(numToClose > 0) { out.println("
    "); numToClose--; } %> <% out.println("
  • "); %>

2

Build your search box


     Build HTML


(Search results will open in a new window)