Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Re-rendering problem with a4j

843844Nov 5 2008 — edited Nov 5 2008
hi 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?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 3 2008
Added on Nov 5 2008
2 comments
588 views