There are two days I read your JSP examples!Can I download your pages from somewhere? All is very useful for me! I have a problem --> In a .jsp page I read from a java class an array <% int [][] trBanda = subCounEx.gettrBanda(); %> and I want to use this variable in a javascript in order to draw a graphical schema, but i can't write trBanda[i][j] only explicit trBanda[7][4]. This variable has many elements, I do not know how many. There is any solution ?
View All Comments
| View Tutorial