my dog learned polymorphism
The moose likes JSF and the fly likes Refresh data table in parent window when child window is closed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Refresh data table in parent window when child window is closed" Watch "Refresh data table in parent window when child window is closed" New topic
Author

Refresh data table in parent window when child window is closed

Bhuvnesh Phadnis
Greenhorn

Joined: Sep 10, 2004
Posts: 14
Hi,

I am using Richfaces 3.3.1. Here is the problem:

I have a parent window with a datatable (recordTable) and a image (popImg). when you click on the image (popImg) a child window opens. when I click on a link (selectLink) in the child window the window closes. At this point I want the datatable (recordTable) to be rerendered.

Parent Code:


Child Code:

Can you please suggest me how to refresh the datatable(recordTable)? I do not want the entire page to refresh.

Thanks & Regards,
Bhuvnesh
mallika thoppay
Greenhorn

Joined: May 03, 2010
Posts: 2
Hi Bhuvnesh,
Did you find a solution to this? Thanks!
mallika thoppay
Greenhorn

Joined: May 03, 2010
Posts: 2
I used information in this blog to fix this:

http://roneiv.wordpress.com/category/jsf/
 
I agree. Here's the link: jrebel
 
subject: Refresh data table in parent window when child window is closed
 
Similar Threads
Multiple Actions issue in JSF
h:selectManyCheckbox reRender rich:dataTable
display multiple rich:dataTables
Command link with Javascript in Datatable
Rich:Datatable rerendering problem