private static final Log log = LogFactory.getLog(NewsFeedReaderTag.class);
private String url;
public void doTag() throws JspException, IOException {
NewsFeed feed = NewsFeedCache.getInstance().getFeed(url);
getJspContext().setAttribute("feedEntries", feed.getEntries());
}