aspose file tools
The moose likes JSP and the fly likes how to implement search and paging filter in our jsp page ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to implement search and paging filter in our jsp page ?" Watch "how to implement search and paging filter in our jsp page ?" New topic
Author

how to implement search and paging filter in our jsp page ?

shyam ji gautam
Ranch Hand

Joined: Sep 17, 2011
Posts: 46


how to implement search and paging filter in our jsp page ?

please suggest any libraray or any logic for this .


thanks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12327
    
    1
Kindly expand your description of what you want to do.

Why do you think a search function or a "paging" function would involve a filter?

Bill

Java Resources at www.wbrogden.com
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56543
    
  14

I suspect that by "filter" he means filtering the results, as in "all recipes that contain the word chicken".

But it's hard to tell with the paltry information provided.

See the JspFaq for information on the paging portion of this topic.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to implement search and paging filter in our jsp page ?
 
Similar Threads
GUI Design Solution
I want two buttons on a page, one for "search refine", one for "submit", how to do ?
How to do Paging
how to make query first,last next,previous on table to rtetriveb data.
Pager-tag can't paing if I don't place code in jsp?!