[jboss-cvs] jboss-seam/examples/remoting/helloworld/view ...

Shane Bryzak sbryzak at redhat.com
Tue Jul 3 22:36:00 EDT 2007


  User: sbryzak2
  Date: 07/07/03 22:36:00

  Modified:    examples/remoting/helloworld/view  helloworld.xhtml
  Log:
  use new s:remote tag
  
  Revision  Changes    Path
  1.7       +3 -3      jboss-seam/examples/remoting/helloworld/view/helloworld.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: helloworld.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/helloworld/view/helloworld.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- helloworld.xhtml	29 Jun 2007 10:47:26 -0000	1.6
  +++ helloworld.xhtml	4 Jul 2007 02:36:00 -0000	1.7
  @@ -1,7 +1,8 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
   	  xmlns:ui="http://java.sun.com/jsf/facelets"
  -	  xmlns:h="http://java.sun.com/jsf/html">
  +	  xmlns:h="http://java.sun.com/jsf/html"
  +	  xmlns:s="http://jboss.com/products/seam/taglib">
   
   <head>
   	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  @@ -16,8 +17,7 @@
     
     </p>
   
  -  <script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
  -  <script type="text/javascript" src="seam/resource/remoting/interface.js?helloAction"></script>
  +  <s:remote include="helloAction"/>
     
     <script type="text/javascript">
       //<![CDATA[
  
  
  



More information about the jboss-cvs-commits mailing list