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

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


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

  Modified:    examples/remoting/progressbar/view  progressbar.xhtml
  Log:
  replaced SeamRemotingServlet with RemotingResourceProvider
  
  Revision  Changes    Path
  1.5       +2 -2      jboss-seam/examples/remoting/progressbar/view/progressbar.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: progressbar.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/progressbar/view/progressbar.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- progressbar.xhtml	6 Aug 2006 13:41:53 -0000	1.4
  +++ progressbar.xhtml	14 Feb 2007 00:36:29 -0000	1.5
  @@ -34,8 +34,8 @@
   
   <body>
   
  -  <script type="text/javascript" src="seam/remoting/resource/remote.js"></script>
  -  <script type="text/javascript" src="seam/remoting/interface.js?progressBarAction"></script> 
  +  <script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?progressBarAction"></script> 
     <script type="text/javascript" src="slider.js"></script>
     
     <script type="text/javascript">
  
  
  



More information about the jboss-cvs-commits mailing list