After rich:extendedDataTable sortby,otheractions are not getting executed

Posted by kksachin on Stack Overflow See other posts from Stack Overflow or by kksachin
Published on 2010-03-31T15:44:40Z Indexed on 2010/04/01 8:53 UTC
Read the original article Hit count: 267

Filed under:
|

My requirement is I have several tabs and one of the tabs uses rich:extendedDataTable. If sortby is clicked in the page where table is used and if I navigate to another page, it looks for the bean of the old page and throws an error saying that sortyBy of the column is undefined.

For eg if iused sortBy on userId in tab1( where the table column must have had sortBy=#{data.userId}) and then i click on tab2 , it looks for the data.userId and thorws an error. I am using richfaces 3.2.2SR1 version.

can you help me on this.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about richfaces