I have added @ModelAttribute("options") in Controller which is returning options of type list and I am using the same in jsp by
var options = ${options};
It is throwing an error - Invalid token
How can I make it an array and use instead of ${options} in <form:options items="${options}" />