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

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


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

  Modified:    examples/wiki/view/plugins/blogRecentEntries  plugin.xhtml
  Log:
  JBSEAM-2457 - Render "REST" feed/file download URLs, breaks all current feed/file bookmarks
  
  Revision  Changes    Path
  1.8       +2 -2      jboss-seam/examples/wiki/view/plugins/blogRecentEntries/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/blogRecentEntries/plugin.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- plugin.xhtml	30 Dec 2007 02:33:29 -0000	1.7
  +++ plugin.xhtml	14 Jan 2008 05:10:47 -0000	1.8
  @@ -23,12 +23,12 @@
                   <h:panelGrid rendered="#{not empty currentDirectory.feed}" columns="2" cellpadding="0" cellspacing="0" border="0">
                       <h:outputLink
                               target="_top"
  -                            value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
  +                            value="#{wiki:renderFeedURL(currentDirectory.feed, null, null)}">
                           <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/icon.atom.ongrey.gif" width="18" height="18" alt="Atom"/>
                       </h:outputLink>
                       <h:outputLink
                               target="_top"
  -                            value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
  +                            value="#{wiki:renderFeedURL(currentDirectory.feed, null, null)}">
                           <h:outputText value="#{messages['blogRecentEntries.label.Subscribe']}"/>
                       </h:outputLink>
                   </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list