diff --git a/src/com/silverwrist/venice/ui/conf/view/FindPostView.java b/src/com/silverwrist/venice/ui/conf/view/FindPostView.java index 07e29e7..0117847 100644 --- a/src/com/silverwrist/venice/ui/conf/view/FindPostView.java +++ b/src/com/silverwrist/venice/ui/conf/view/FindPostView.java @@ -114,6 +114,24 @@ public class FindPostView implements ContentJSP *-------------------------------------------------------------------------------- */ + public final CommunityContext getCommunity() + { + return comm; + + } // end getCommunity + + public final ConferenceContext getConference() + { + return conf; + + } // end getConference + + public final TopicContext getTopic() + { + return topic; + + } // end getTopic + public final String getTerm() { return term; diff --git a/web/format/conf/find.jsp b/web/format/conf/find.jsp index 2f4f1e0..3249c69 100644 --- a/web/format/conf/find.jsp +++ b/web/format/conf/find.jsp @@ -81,18 +81,17 @@ %>
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,3) %> + |
- <% if (go_next || (data.getOffset()>0)) { %>
+ <% if (go_next || (view.getOffset()>0)) { %>
<%-- The navigational form that allows us to page through the results --%>
|