Re-rendering problem with a4j
843844Nov 5 2008 — edited Nov 5 2008hi friends..
in our project we are using JSF & a4j.
my task is:
when i open the modal dialog from from page after closing the dialog some jsf component in the parent page should re-render..For example i have a <h:dataTable> in the parent page if i click the Add button which is an <a4j:CommandButton> a dialog will opened to enter the new content, after closing the dialog the <h:dataTable> should re-render to show the newly added content.
my Problem is:
which event will fire after closing the modal dialog ..because on that event i need to re-render the <h:dataTable> .For this problem i got a solution that oncomplete event i am re-rendering the <h:dataTable> but this thing is not working in the Internet Explorer...
any ideas?