mv.addObject("relatedTags", relatedTags);
}
mv.addAllObjects(getNewsSection(request, tag));
mv.addAllObjects(getGallerySection(tag, tagId, tmpl));
mv.addAllObjects(getForumSection(tag, tagId));
return mv;
}
private Map<String, Object> getNewsSection(HttpServletRequest request, String tag) throws TagNotFoundException {