[jboss-cvs] jboss-seam/examples/jpa/view ...

Peter Muir peter at bleepbleep.org.uk
Fri Sep 14 07:32:59 EDT 2007


  User: pmuir   
  Date: 07/09/14 07:32:59

  Modified:    examples/jpa/view   register.xhtml main.xhtml
  Log:
  Update to newer richfaces.org namespaces for richfaces
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/jpa/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/view/register.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- register.xhtml	16 Jul 2007 16:13:44 -0000	1.7
  +++ register.xhtml	14 Sep 2007 11:32:59 -0000	1.8
  @@ -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:a="https://ajax4jsf.dev.java.net/ajax">
  +      xmlns:a="http://richfaces.org/a4j">
   <head>
   	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   	<title>JBoss Suites: Seam Framework</title>
  
  
  
  1.6       +1 -1      jboss-seam/examples/jpa/view/main.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/view/main.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- main.xhtml	16 Jul 2007 16:13:44 -0000	1.5
  +++ main.xhtml	14 Sep 2007 11:32:59 -0000	1.6
  @@ -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:a="https://ajax4jsf.dev.java.net/ajax"
  +                xmlns:a="http://richfaces.org/a4j"
   				template="template.xhtml">
   
   <!-- content -->
  
  
  



More information about the jboss-cvs-commits mailing list