javascript var to java datatype

Hello everyone,

I was trying to access javacript var to string datatype, for vaadin is there any simple method through which I can do it in vaadin except using jsp.

Thanks in advance!!!

Please write guys…

Do you mean reading the value of a javascript variable from the Vaadin client side? The best solution is to create a client-side component for this, since there currently is no way to read outside values in the Vaadin core. You could check the directory for components that allow communication with outside scripts as well.