Assume that a List(JAVA) holds the data in it. Now I want to capture the JAVA List data into Java Script function, so that I can use that script function whenever I need the data. How can we acheive this?
Assume that a List(JAVA) holds the data in it. Now I want to capture the JAVA List data into Java Script function, so that I can use that script function whenever I need the data. How can we acheive this?
What type is the data in the Java list and what Javascript type data do you need for the Javascript function? Also how do you plan to call your javascript function from Java? Are you using JSP?