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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Feb 13 19:36:05 EST 2007


  User: sbryzak2
  Date: 07/02/13 19:36:05

  Modified:    examples/remoting/helloworld/view  helloworld.xhtml
  Log:
  replaced SeamRemotingServlet with RemotingResourceProvider
  
  Revision  Changes    Path
  1.5       +2 -2      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- helloworld.xhtml	6 Aug 2006 10:12:30 -0000	1.4
  +++ helloworld.xhtml	14 Feb 2007 00:36:05 -0000	1.5
  @@ -16,8 +16,8 @@
     
     </p>
   
  -  <script type="text/javascript" src="seam/remoting/resource/remote.js"></script>
  -  <script type="text/javascript" src="seam/remoting/interface.js?helloAction"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?helloAction"></script>
     
     <script type="text/javascript">
       //<![CDATA[
  
  
  



More information about the jboss-cvs-commits mailing list