Does BlueDragon 3.X and 6.0(beta) really support the getpagecontext() function. The docs say that 6.0 supports it ... However evena  simple code like the one attached below gives an error.

Has anyone got any success with the CFML to JSP/Servlet communication??
===========================================
<HTML>
<HEAD><TITLE> My test page </TITLE></HEAD>
<BODY bgcolor="#FFFFCC">
my test page <cfset tempVar=5>
<cfoutput>temp Value= #tempVar#
<cfset GetPageContext().include('index.jsp')>
</cfoutput></BODY></HTML>

=========================================
OUTPUT:

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

Type Application
Message _expression_ Error
Tag Context CFOUTPUT: Line=10; Column=1
|
+-- CFSET: Line=11; Column=1
Detail Problem occurred while parsing, GetPageContext().include('index.jsp')
Extended Info Encountered ".Was expecting one of: <EOF> "DOES" ... "&" ... "AND" ... "OR" ... "XOR" ... "EQV" ... "IMP" ... "MOD" ... "=" ... "+" ... "-" ... "*" ... "/" ... "\\" ... "^" ... "EQUAL" ... "IS" ... "EQ" ... "NEQ" ... "LT" ... "GT" ... "CONTAINS" ... "LTE" ... "LE" ... "GTE" ... "GE" ... "NOT" ... "LESS" ... "GREATER" ...  

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

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

Reply via email to