56575859606162
*/ public View process(HttpServletRequest request, HttpServletResponse response) throws ServletException { Blog blog = (Blog)getModel().get(Constants.BLOG_KEY); getModel().put("categories", blog.getCategories()); return new FeedsView(); }