Is it possible to call a Java Script function out of Vaadin Portlet ? E.g I have a Portlet and a JavaScript file witch contains the function : alert(message). Id like to call the function and send the message from my Vaadin portlet.
Any guides are greatly appreciated.