Aman Kumar S
Kilo Patron

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

View solution in original post