BrowserWindowOpener and Menu

I am not seeing where I can open a new browser window from a Menu.

Searched all over and found this ticket: http://dev.vaadin.com/ticket/12007

So can I open a new window from the menu? If so, I can’t see how.

Thanks …

You can use
com.vaadin.server.Page.open(String, String)
method.