Now that's really curious. Can you go to the BlueDragon admin console, to
the "runtime state" page; at the bottom is a version number that should look
like "6,1,0,226". Can you tell me which version you're running?

The GetPageContext() function is supported by all BlueDragon versions except
the free BlueDragon Server edition.

Vince

-----Original Message-----
From: Karuna Pandey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 9:42 AM
To: CF-Talk
Subject: Re: Blue Dragon J2EE Server & getpagecontext() problem

Hi Vince,

I also tried to run this simple piece if code in my cold fusion page
-----------------------------------
<HTML>
<HEAD>
<TITLE> My test page </TITLE>
</HEAD>

<BODY bgcolor="#FFFFCC">
my test page
<cfset tempVar=5>
<cfoutput>temp Value= #tempVar#

<cfset pc=GetPageContext()>

</cfoutput>
</BODY>
</HTML>

-------------------------------------------

Output using JBOSS:

my test page temp Value= 5
BlueDragon Runtime Error
Request /calljsp1.cfm
File Trace
C:/jboss-3.2.3/server/default/deploy/BlueDragon_webapp_61.war/calljsp1.cfm

Type Application
Message No such function exists - getpagecontext.
Tag Context CFOUTPUT: Line=9; Column=1
|
+-- CFSET: Line=11; Column=1
Detail Error at line 1, column 18
Extended Info

============================================

This is why I suspect the GetPageContext() method is not supported.

Cheers
Karuna
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to