About using ArrayList inside javascript
Hi
In my JSP page I have an ArrayList which cantains names of people This ArrayList is populated once from database as the page loads. I have a textbox wherein user can enter a name. I am writing a javascript function onKeyUp event. What I would like to do is this -
as user goes on entering letters in the textbox this function should auto suggest names starting with the letters entered by searching in the ArrayList without submitting the page. Only place where I am facing problem is how will the javascript function use the ArrayList which is pure java code ?
Message was edited by:
aniketsakpal

