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]

