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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Feb 13 19:35:48 EST 2007


  User: sbryzak2
  Date: 07/02/13 19:35:48

  Modified:    examples/remoting/chatroom/view  chatroom.xhtml
  Log:
  replaced SeamRemotingServlet with RemotingResourceProvider
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/examples/remoting/chatroom/view/chatroom.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chatroom.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/view/chatroom.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- chatroom.xhtml	6 Aug 2006 10:12:30 -0000	1.3
  +++ chatroom.xhtml	14 Feb 2007 00:35:48 -0000	1.4
  @@ -10,8 +10,8 @@
   
   <body>
   
  -  <script type="text/javascript" src="seam/remoting/resource/remote.js"></script>
  -  <script type="text/javascript" src="seam/remoting/interface.js?chatroomAction&amp;chatroomEvent"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
  +  <script type="text/javascript" src="seam/resource/remoting/interface.js?chatroomAction&amp;chatroomEvent"></script>
     <script type="text/javascript" src="chatroom.js"></script>
   
     <h1>Chat Room Example</h1>
  
  
  



More information about the jboss-cvs-commits mailing list