In my Struts 2 based application, I have an ArrayList. How can I send this ArrayList to a java script file so that i can compare list item with element of jsp and show some msg based on validation? How can I use the array list data in java script file. I do not want use JSON.In my Struts 2 based application, I have an Arr