Yes, it does work. Your example worked fine in my test environment (I use
New Atlanta's ServletExec 5.0 as the J2EE Server). I'll have one of our
engineers run the test on JBoss 3.2.3 and let you know what we find (BD 6.1
is still in beta and we haven't run full regression on JBoss yet).
Can you send me ([EMAIL PROTECTED]) a copy of your index.jsp so we can
make sure we're duplicating your test exactly? Thanks.
Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com
-----Original Message-----
From: Karuna Pandey [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 4:44 PM
To: CF-Talk
Subject: Blue Dragon J2EE Server & getpagecontext() problem
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]

