[jboss-cvs] jboss-seam/examples/wiki/view/themes/sfwkorg ...

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/themes/sfwkorg  template.xhtml
  Log:
  JBSEAM-2457 - Render "REST" feed/file download URLs, breaks all current feed/file bookmarks
  
  Revision  Changes    Path
  1.7       +2 -2      jboss-seam/examples/wiki/view/themes/sfwkorg/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/template.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- template.xhtml	12 Jan 2008 10:39:03 -0000	1.6
  +++ template.xhtml	14 Jan 2008 05:10:47 -0000	1.7
  @@ -310,10 +310,10 @@
               </ui:define>
               <ui:define name="mainMenuFooter">
                   <h:panelGrid columns="2" cellpadding="0" cellspacing="0" border="0" styleClass="feeds">
  -                    <h:outputLink styleClass="feedLink" value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{wikiRoot.feed.id}">
  +                    <h:outputLink styleClass="feedLink" value="#{wiki:renderFeedURL(wikiRoot.feed, null, null)}">
                           <h:graphicImage styleClass="feedIcon" value="/themes/#{preferences.get('Wiki').themeName}/img/icon.atom.onbrown.gif" width="18" height="18"/>
                       </h:outputLink>
  -                    <h:outputLink styleClass="feedLink" value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{wikiRoot.feed.id}">
  +                    <h:outputLink styleClass="feedLink" value="#{wiki:renderFeedURL(wikiRoot.feed, null, null)}">
                           <span class="feedText">#{messages['lacewiki.button.SiteFeed']}</span>
                       </h:outputLink>
                   </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list