Update of /cvsroot/displaytag/table-york/web/new/jsp
In directory sc8-pr-cvs1:/tmp/cvs-serv26132
Added Files:
example-search.jsp
Log Message:
--- NEW FILE: example-search.jsp ---
<%@ include file="inc/header.jsp" %>
<% Object foo = session.getAttribute( "test" );
if( foo == null ) {
pageContext.setAttribute( "test", new TestList(320) );
}
%>
<h2><a href="./index.jsp">Examples</a> > Searching through long lists</h2>
<display:search name="test" />
<display:table name="test" pagesize="15">
<display:column property="id" title="ID" />
<display:column property="name" />
<display:column property="email" />
<display:column property="status" />
<display:setProperty name="sort.behavior" value="list" />
<display:setProperty name="paging.banner.include_first_last" value="true" />
</display:table>
<p>
This example displays the set of features for the search tag. This tag
will give the opportunity to search though the provided collection for a set of
objects to display. The search
will modify the set before the table begins to act upon it.
</p>
<p>
The search is similar to a %ANY_THING% search param %ANY_THING% search. For
example if you search a list of
numbers from 1 - 100 for 10 it will bring you 10 and 100.
</p>
<p>
The search is a work in progress. Currently it lives outside of the main branch.
</p>
<%@ include file="inc/footer.jsp" %>
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel