Calling another Page from menu

Hello,

I’m stuck with a ‘simple’ problem :

I would like to call a page which is in another site (webApp), than my vaadin application.
I mean I would like to leave the vaadin app to go to this new page.

If I had to do that in HTML/Javascript, I would code something like

How to do that from the menu.command ?

Thanks

Hi,

Use Window.open()

getWindow.open(new ExternalResource(url));

Best regards,
Marc

Perfect !

I feel a bit stupid as I turned around this problem for more than one hour…:glare:

But again this framework gives simple solution to simple problems ! That’s a great framework

Long life to Vaadin !