Results 1 to 1 of 1
- 08-12-2010, 07:48 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 4
- Rep Power
- 0
Java - Displaying Search Results in jsp using STRUTS
I want to display large number of searched results in my jsp page. I'm using struts framework.
I stored each record in to an object of a class and added to an arraylist and I displayed it with <logic:iterate .
But I want to filter results from array list when clicking on any of the criteria.
I just want to know if my logic is correct or not. Filtering from array list takes lots of time than fetching data from
database. Is there any better solution for searching and filtering with searched results.
Expecting your valuable help and advise.
Similar Threads
-
Design search results .jsp
By maas in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 07-19-2010, 07:18 AM -
Java results in Excel
By puk284 in forum New To JavaReplies: 1Last Post: 04-21-2009, 04:13 AM -
Unique Filter on search results
By selva in forum LuceneReplies: 0Last Post: 02-17-2009, 07:32 AM -
make search function ike eclipse search in window->preference
By i4ba1 in forum Advanced JavaReplies: 5Last Post: 08-26-2008, 03:43 PM -
Problem with displaying search results from an array
By BHCluster in forum New To JavaReplies: 4Last Post: 04-24-2008, 03:34 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks