i need to open an external link, in separated tab, after a jco call in Hybris 1811. i've created the button and the controller for the jco call, all works fine, but i can't open a new tab in the browser.
using java.awt.Desktop.getDesktop().browse(url); i open a tab in server side,but i need obviouslly open the tab in client's browser.
Can anybody help me?
best regards Marco