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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 14 07:37:49 EDT 2007


  User: pmuir   
  Date: 07/09/14 07:37:49

  Modified:    examples/seamdiscs/view/layout    template.xhtml menu.xhtml
                        footer.xhtml
  Log:
  More namespace changes
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/seamdiscs/view/layout/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/layout/template.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- template.xhtml	14 Jul 2007 23:48:40 -0000	1.3
  +++ template.xhtml	14 Sep 2007 11:37:49 -0000	1.4
  @@ -7,7 +7,7 @@
         xmlns:s="http://jboss.com/products/seam/taglib"
         xmlns:trh="http://myfaces.apache.org/trinidad/html"
         xmlns:tr="http://myfaces.apache.org/trinidad"
  -      xmlns:rich="http://richfaces.ajax4jsf.org/rich">
  +      xmlns:rich="http://richfaces.org/rich">
   <head>    
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <title>SeamDiscs</title>
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- menu.xhtml	14 Jul 2007 23:48:40 -0000	1.4
  +++ menu.xhtml	14 Sep 2007 11:37:49 -0000	1.5
  @@ -4,7 +4,7 @@
        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.org/rich"
        itemSeparator="line">
        <rich:toolBarGroup>
            <h:outputText value="#{projectName}:"/>
  
  
  
  1.2       +1 -1      jboss-seam/examples/seamdiscs/view/layout/footer.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: footer.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/view/layout/footer.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- footer.xhtml	14 Jul 2007 23:48:40 -0000	1.1
  +++ footer.xhtml	14 Sep 2007 11:37:49 -0000	1.2
  @@ -3,7 +3,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
  +                xmlns:rich="http://richfaces.org/rich"
                   xmlns:tr="http://myfaces.apache.org/trinidad">
   	<rich:modalPanel id="creating" width="450" height="250">
   		<f:facet name="header">
  
  
  



More information about the jboss-cvs-commits mailing list