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

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/themes/default  template.xhtml
  Log:
  JBSEAM-2457 - Render "REST" feed/file download URLs, breaks all current feed/file bookmarks
  
  Revision  Changes    Path
  1.45      +1 -1      jboss-seam/examples/wiki/view/themes/default/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/default/template.xhtml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- template.xhtml	12 Jan 2008 10:39:02 -0000	1.44
  +++ template.xhtml	14 Jan 2008 05:10:48 -0000	1.45
  @@ -330,7 +330,7 @@
               </ui:define>
               <ui:define name="mainMenuFooter">
                   <s:div styleClass="feeds">
  -                    <h:outputLink value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{wikiRoot.feed.id}">
  +                    <h:outputLink value="#{wiki:renderFeedURL(wikiRoot.feed, null, null)}">
                           <h:graphicImage value="/themes/#{preferences.get('Wiki').themeName}/img/icon.atom.gif" width="18" height="18"/>
                           <span class="feedText">#{messages['lacewiki.button.SiteFeed']}</span>
                       </h:outputLink>
  
  
  



More information about the jboss-cvs-commits mailing list