CVS: Tapestry/framework/src/net/sf/tapestry/engine ExternalService.java,1.6,1.7

Malcolm Edgar <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv21740/framework/src/net/sf/tapestry/engine

Modified Files:
	ExternalService.java 
Log Message:
[655089] Add ExternalPageCalback 

Index: ExternalService.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/engine/ExternalService.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ExternalService.java	27 Nov 2002 17:58:51 -0000	1.6
--- ExternalService.java	18 Dec 2002 07:14:12 -0000	1.7
***************
*** 131,141 ****
          }
  
          page.validate(cycle);
          cycle.setPage(page);
  
-         Object[] parameters = getParameters(cycle);
- 
          page.activateExternalPage(parameters, cycle);
!         
          // Render the response.
          engine.renderResponse(cycle, output);
--- 131,143 ----
          }
  
+         Object[] parameters = getParameters(cycle);
+ 
+         cycle.setServiceParameters(parameters);
+         
          page.validate(cycle);
          cycle.setPage(page);
  
          page.activateExternalPage(parameters, cycle);
! 
          // Render the response.
          engine.renderResponse(cycle, output);



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.