You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/11/06 08:41:10 UTC

svn commit: r471666 - /incubator/xap/trunk/src/xap/session/ClientSession.js

Author: jmargaris
Date: Mon Nov  6 00:41:09 2006
New Revision: 471666

URL: http://svn.apache.org/viewvc?view=rev&rev=471666
Log:
should use retreiveStartPage, was inadvertantly rolled back

Modified:
    incubator/xap/trunk/src/xap/session/ClientSession.js

Modified: incubator/xap/trunk/src/xap/session/ClientSession.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/session/ClientSession.js?view=diff&rev=471666&r1=471665&r2=471666
==============================================================================
--- incubator/xap/trunk/src/xap/session/ClientSession.js (original)
+++ incubator/xap/trunk/src/xap/session/ClientSession.js Mon Nov  6 00:41:09 2006
@@ -242,7 +242,7 @@
 	
 	try{
         if (appConfigObject.startPage){
-		    requestService.retrieveAndProcess( appConfigObject.startPage );
+		    requestService.retrieveStartPage( appConfigObject.startPage );
 		}
 	}
 	catch( exception ){