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

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/dirMenu  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/dirMenu/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/dirMenu/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:24 -0000	1.7
  +++ plugin.xhtml	14 Jan 2008 05:10:48 -0000	1.8
  @@ -19,11 +19,11 @@
   
               <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', currentMacro).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['dirMenu.label.Subscribe']}"/>
                   </h:outputLink>
               </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list