[jboss-cvs] jboss-seam/examples/seamdiscs/view/layout ...

Peter Muir peter at bleepbleep.org.uk
Tue Apr 3 14:32:39 EDT 2007


  User: pmuir   
  Date: 07/04/03 14:32:39

  Modified:    examples/seamdiscs/view/layout  menu.xhtml
  Log:
  Lots of improvements for seamdiscs
  
  Revision  Changes    Path
  1.2       +5 -2      jboss-seam/examples/seamdiscs/view/layout/menu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: menu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/layout/menu.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- menu.xhtml	28 Mar 2007 19:12:44 -0000	1.1
  +++ menu.xhtml	3 Apr 2007 18:32:39 -0000	1.2
  @@ -4,10 +4,13 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:s="http://jboss.com/products/seam/taglib"
  -     xmlns:rich="http://richfaces.ajax4jsf.org/rich">
  +     xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +     itemSeparator="line">
        <rich:toolBarGroup>
            <h:outputText value="#{projectName}:"/>
  -         <s:link view="/home.xhtml" value="Home"/>
  +         <s:link view="/home.xhtml" value="Home" propagation="none"/>
  +         <s:link view="/artists.xhtml" value="Artists" propagation="none"/>
  +         <s:link view="/discs.xhtml" value="Discs" propagation="none"/>
        </rich:toolBarGroup>
        <rich:toolBarGroup location="right">
            <h:outputText value="Welcome, #{identity.username}" rendered="#{identity.loggedIn}"/>
  
  
  



More information about the jboss-cvs-commits mailing list