tistvan

Results 2 issues of tistvan

Hello, I tried this plugin with Vaadin 7.2. It doesn't work. I figured out VaadinPlayRequest.getParameter() doesn't read parameters from post body. Another issue with VaadinPlayRequest is it doesn't give input...

@greenscript.js(output="all") doesn't display the inline javascripts. Eg. the javascript in the following code is missing from the generated html: @greenscript.js() { alert("hello"); }