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

Christian Bauer christian.bauer at jboss.com
Fri Feb 16 11:26:47 EST 2007


  User: cbauer  
  Date: 07/02/16 11:26:47

  Modified:    examples/wiki/view/plugins/mainMenu  plugin.xhtml
  Log:
  Fixed the Wiki, basics work now
  
  Revision  Changes    Path
  1.2       +3 -2      jboss-seam/examples/wiki/view/plugins/mainMenu/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/mainMenu/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	1 Feb 2007 07:08:28 -0000	1.1
  +++ plugin.xhtml	16 Feb 2007 16:26:47 -0000	1.2
  @@ -14,7 +14,7 @@
   
           <h:column>
               <h:outputLink styleClass="firstLevelItemLink"
  -                          value="#{menuItem.node.id}.html">#{menuItem.node.name}
  +                          value="#{menuItem.url}">#{menuItem.node.name}
               </h:outputLink>
   
               <h:dataTable id="subMenuList" var="subMenuItem"
  @@ -25,7 +25,8 @@
                            rendered="#{!empty menuItem.subItems}">
                   <h:column>
                       <h:outputLink styleClass="secondLevelItemLink"
  -                                  value="#{subMenuItem.node.id}.html">#{subMenuItem.node.name}
  +                                  value="#{subMenuItem.url}">
  +                        #{subMenuItem.node.name}
                       </h:outputLink>
                   </h:column>
               </h:dataTable>
  
  
  



More information about the jboss-cvs-commits mailing list