Results 1 to 2 of 2
- 02-22-2009, 04:25 PM #1
Member
- Join Date
- Feb 2009
- Posts
- 2
- Rep Power
- 0
Filtering data in a JSF dataTable
I'll explain my problem with an example.
I have a bean Person (name, age, address).
I have a query whose the results in List.
I want to display that List in dataTable.
I know how to use dataTable to show simple List. But in my case, the getList is parametrized by the query. I want to use this dataTable to display all the person whose the age is under 15, for example, or whose the name begins with "n" etc...
Do anyone know some best practices to do that?
thanks
- 03-17-2010, 11:17 PM #2
Member
- Join Date
- Feb 2010
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
JSF datatable with calendar component
By thilak in forum JavaServer Faces (JSF)Replies: 3Last Post: 06-25-2009, 07:53 AM -
Row id in datatable
By nc_newie in forum JavaServer Faces (JSF)Replies: 0Last Post: 06-26-2008, 11:32 AM -
Deleting files after filtering the extensions
By Java Tip in forum Java TipReplies: 0Last Post: 01-25-2008, 07:00 PM -
filtering data in jsf
By bbq in forum JavaServer Faces (JSF)Replies: 2Last Post: 07-04-2007, 08:52 AM -
Jsf, Filtering Data In A Table
By Freddie in forum JavaServer Faces (JSF)Replies: 2Last Post: 05-11-2007, 12:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks