aspose file tools
The moose likes JSF and the fly likes Problems with rich:dataTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Problems with rich:dataTable" Watch "Problems with rich:dataTable" New topic
Author

Problems with rich:dataTable

Luciano Assis
Greenhorn

Joined: Apr 30, 2008
Posts: 16
Hello to all,

I'm having a trouble using rich:dataTable.

In my dataTable, i have some <h:commandLink>, and when they were renderized in the first time, it works! But when i do some requests by the <a4j:commandButton> or when i use the pagination of the <rich:datascroller>, all the commandLinks doesnt works, it shows only static texts.

Someone can help me with this problem?

Thank's to all.
Luciano Assis
Greenhorn

Joined: Apr 30, 2008
Posts: 16
Hello folks,

I solved this problem removing the tag <center>.

If you use the tag center, it bugs the reRenderize of rich:dataTable.


cya.
Darth Heizenberg
Greenhorn

Joined: May 29, 2003
Posts: 6
Good to know!
 
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: Problems with rich:dataTable
 
Similar Threads
Datatable Conditional Row Colors
display multiple rich:dataTables
Using <tr:chart> with <t:buffer>
h:form and mouseover
How to get row index in a dynamic table?