0

enter image description hereHow do I update the page without f5 when I press the button in hybris? button is in listview action, not in editorarea.

can you help me please?enter image description here

enter image description here

1 Answers1

0

You can use this java code inside your action class renderer :

Clients.evalJavaScript("location.reload();");

Hope this helps

Benkerroum Mohamed
  • 1,867
  • 3
  • 13
  • 19