Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 11:14 PM - edited 03-07-2024 11:15 PM
Hi @Rosy14
If you are using a client UI action, then within the onclick function you can pass:
g_navigation.reloadWindow();
which is client side API
For server- side, you can always use:
action.setRedirectURL(current);
Best Regards
Aman Kumar
Aman Kumar