Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / August 2007



Tip: Looking for answers? Try searching our database.

(Please help) ColdFusion Client Scope into JSP

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
HarshaVardhanC - 29 Aug 2007 22:55 GMT
Hi,

I have a requirement where i need to access the Data from Client Scope in
Coldfusion in a JSP. I don't see the data in Session, Request and application
scope of JSP.

Can  anybody help me in how do i access the information which is declared in
Client scope in Coldfusion inside the JSP?
GArlington - 30 Aug 2007 10:12 GMT
On 29 Aug, 22:55, "HarshaVardhanC" <webforumsu...@macromedia.com>
wrote:
> Hi,
>
[quoted text clipped - 4 lines]
>  Can  anybody help me in how do i access the information which is declared in
> Client scope in Coldfusion inside the JSP?

I would not think that you can do it, at least not easily. CF and JSP
will be running on separate JVMs, so you will have to find the way for
them to communicate.
JohnEric - 30 Aug 2007 20:14 GMT
I have no experience with it but from
http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=11 the following code
snippet may point you in a usefull direction.

<cflock name="serviceFactory" type="exclusive" timeout="10">
  <cfscript>
    factory = CreateObject("java", "coldfusion.server.ServiceFactory");
    c_scopeservice = factory.clientscopeservice;
  </cfscript>
  <cfdump var="#c_scopeservice#">
</cflock>
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.