Silly question: did you recheck the CFX tag registration after you restarted
and got the error?
rish
-----Original Message-----
From: Andrew Scott [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 4:46 PM
To: CF-Talk
Subject: Java CFX
Hoping someone can help me out here...
I have tried to do the following cfx tag from the examples
============================================
import com.allaire.cfx.* ;
public class nuImageResize implements CustomTag {
public void processRequest( Request request, Response response )
throws Exception {
String strName = request.getAttribute( "NAME" ) ;
response.write( "Hello, " + strName ) ;
}
}
============================================
After I registered the tag, I then restarted coldfusion (not sure this was
necessary) and place this in a cfm file
like
<cfx_nuImageResize Name="Andrew" />
Now the java class file is in the cfusionmx/webroot/classes directory as
instructed in the docs...
So why when I run the cfm page with the tag call I get the following error?
The CFX custom tag "CFX_nuImageResize" was not found in the custom tag
database. Please be sure to add custom tags to the database before using
them. If you have added your tag to the database then you should check the
spelling of the tag within your template to insure that it matches the
database entry.
Regards
Andrew Scott
Technical Consultant
NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205
Phone: 03 9686 0485 - Fax: 03 9699 7976
_____
From: Damien McKenna [mailto:[EMAIL PROTECTED]
Sent: Friday, 28 May 2004 7:31 AM
To: CF-Talk
Subject: Re: Shared sessions between CF & PHP?
On May 27, 2004, at 5:27 PM, Barney Boisvert wrote:
> You're not going to be able to share session data in the sense of the
> session scope.
There's always writing a custom session handler for PHP that uses the
CF methodologies.
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

