[jboss-cvs] jboss-seam/examples/wiki/view/plugins/forumTopics ...

Christian Bauer christian at hibernate.org
Mon Jan 14 00:10:48 EST 2008


  User: cbauer  
  Date: 08/01/14 00:10:48

  Modified:    examples/wiki/view/plugins/forumTopics  topicControls.xhtml
  Log:
  JBSEAM-2457 - Render "REST" feed/file download URLs, breaks all current feed/file bookmarks
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/wiki/view/plugins/forumTopics/topicControls.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: topicControls.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumTopics/topicControls.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- topicControls.xhtml	30 Dec 2007 02:33:26 -0000	1.4
  +++ topicControls.xhtml	14 Jan 2008 05:10:48 -0000	1.5
  @@ -17,7 +17,7 @@
       <script type="text/javascript">stopSessionTimeoutCheck();</script>
   
       <s:div styleClass="forumsFeedLink undecoratedLink" rendered="#{not empty currentDirectory.feed}">
  -        <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}"
  +        <h:outputLink value="#{wiki:renderFeedURL(currentDirectory.feed, null, null)}"
                         tabindex="1">
               <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/icon.atom.gif" width="18" height="18"/>
               <h:outputText value="#{currentDocument.name}&#160;#{messages['forum.label.Feed']}"/>
  
  
  



More information about the jboss-cvs-commits mailing list