Woot! I finally got it working, thanks to Sean's insight. There are a  
few issues still that I'm not sure about.. namely:

onRequest... mine looks like this, but if I leave it in  
Application.cfc, remoting fails altogether:

<cffunction name="onRequest" returnType="void">
   <cfargument name="thePage" type="string" required="true">
   <cfinclude template="#arguments.thePage#">
</cffunction>

I'm also using J2EE sessions, which somewhere in the docs I thought  
it said "the session will end when the user closes the window" but  
that's not what I'm seeing. It always waits until the session has  
timed-out before ending. Am I missing something?

Thanks for all the help so far!
john




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281141
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to