Is there a simply way to read bean values in a .js file?
I have an external JS file, arrays.js, which contains some arrays, used to populate a series of within a JSP page.
Now I need to fill the content of those arrays reading values.
I have to use the external js file, because it also contains lots of other methods to make the application work.
Thank you in advance