[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Mon Oct 22 01:15:28 EDT 2007


  User: cbauer  
  Date: 07/10/22 01:15:28

  Modified:    examples/wiki/view/includes  commentsDisplay.xhtml
  Log:
  Linkable comments
  
  Revision  Changes    Path
  1.15      +5 -2      jboss-seam/examples/wiki/view/includes/commentsDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: commentsDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/commentsDisplay.xhtml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- commentsDisplay.xhtml	12 Oct 2007 16:31:26 -0000	1.14
  +++ commentsDisplay.xhtml	22 Oct 2007 05:15:28 -0000	1.15
  @@ -25,9 +25,12 @@
           </f:facet>
           <c:forEach var="c" items="#{commentHome.comments}">
               <s:span>
  +                <a id="comment#{c.id}"/>
   
  -                <div class="commentSubject">
  +                <div class="commentSubject undecoratedLink">
  +                    <h:outputLink value="#{wiki:renderURL(currentDocument)}#comment#{c.id}">
                       <h:outputText value="#{c.subject}" rendered="#{documentHome.instance.name != c.subject}"/>
  +                    </h:outputLink>
                   </div>
   
                   <div class="commentAuthorDate">
  
  
  



More information about the jboss-cvs-commits mailing list