Re: Problems with table sorting.

2006-06-05 Thread Cosma Colanicchia
To get sortable columns, you have to use a around your columns header text. This way your setColumnName will be called when the user click on the column header. Then, your getNames() should check the current sort column and apply it to the data it returns. 2006/6/6, Dewhare, Amol <[EMAIL PROTEC

Re: Problems with table sorting.

2006-06-05 Thread Catalin Kormos
Title: Problems with table sorting. Check out these links for more information:1. http://www.irian.at/myfaces/2. http://wiki.apache.org/myfaces/Working_with_auto_sortable_tablesYou need to wrap the header facet's content with a component to make it work.HTH,Catalin"Dewhare, Amo

Problems with table sorting.

2006-06-05 Thread Dewhare, Amol
Title: Problems with table sorting. Hi All I am having a need to sort data displayed using . I am using the tomahawk.jar and have placed it into the WEB-INF/lib folder. I am using the following jsp to display the results. DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitiona