1. The lines below are described in the Controller class.
HttpServletRequest request = ServletActionContext.getRequest();
request.setAttribute("persons", persons);
2. The line below is described in the corresponding vm file.
But it does not work.
$request.getAttribute('persons')
How should I use the $request ?