}
@Override
public void loadEnvironment(ActionMessages errors, LoadForm form, Hashtable<String, Object> attributes, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
{
attributes.put("rightAreas", new RightAreaDAO().getAll());
}