174175176177178179180181182183184
String pagerUrl = URLUtilities.getWeblogPageURL(weblog, weblogRequest.getLocale(), pageLink, null, null, null, null, 0, false); return new CommentsPager( pagerUrl, weblogRequest.getLocale(), sinceDays, pageNum, length);
166167168169170171172173174175176
String pagerUrl = URLUtilities.getWeblogPageURL(weblog, weblogRequest.getLocale(), pageLink, null, null, null, 0, false); return new CommentsPager( pagerUrl, weblogRequest.getLocale(), sinceDays, pageNum, length);
212213214215216217218219220221222
pagerUrl = urlStrategy.getWeblogPageURL(weblog, weblogRequest.getLocale(), pageLink, null, null, null, null, 0, false); } return new CommentsPager( urlStrategy, pagerUrl, null, weblogRequest.getLocale(), sinceDays,
128129130131132133134
addError("Error looking up comments"); } // build comments pager String baseUrl = buildBaseUrl(); setPager(new CommentsPager(baseUrl, getBean().getPage(), comments, hasMore)); }
119120121122123124125
125126127128129130131
addError("commentManagement.lookupError"); } // build comments pager String baseUrl = buildBaseUrl(); setPager(new CommentsPager(baseUrl, getBean().getPage(), comments, hasMore)); }
126127128129130131132