Refresh page after actionlink clicked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2007 01:27 PM
i want to refresh a page after an actionlink was clicked in a dialog jsp.
I take a look in lot of beans i see that in AddContentDialog that is working because you return null.
I did same thing but nothing happen, no refresh

Someone have an idea how i can force refresh after actionlink was clicked ?
Thx in advance.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 01:36 PM
UIContextService.getInstance(FacesContext.getCurrentInstance()).notifyBeans();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 07:35 AM
My actionlink remove one element in list, after click list is always the same although i did a list = null in remove action.
After remove action, method getList is not re-executed.
I need to manually refresh page to re-execute getList.
Your code refresh page but not force to re-execute getList i think.
Have you an idea what i did wrong ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 08:52 AM
refreshOnBind="true"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:17 AM
:lol:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2007 09:20 AM
But I still don't know how to refresh the properties when closing the AddAspect dialog. Properties of the added aspect are not immediately visible.
I've try adding
UIContextService.getInstance(FacesContext.getCurrentInstance()).notifyBeans();
in the backing bean AddAspectDialog.finishImpl(…) or doPostCommitProcessing(…) methods, but without success.Any suggestion ?
Regards, Denis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2017 08:32 PM
Hello, I have the same issue, I want to refresh the page on action click on a dialog. But I can see that the AddContentDialog is a .class file, did you had to decompile this to edit the file and how did you compile it again?
