0
ModelAndView mv=new ModelAndView();
BookList<book> list=new ArrayList<book>();
list.add(new book(1,"book1"));
list.add(new book(2,"book2"));
mv.addObject("attlist", list);

now I want to retrieve that list object into javascript so that i could manipulate that value

3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.