I've got loads, you just after the format?  There's a JAVA CFX section
in the help which covers most things, and includes some hello world
cfx's which should help.

But basically the format of a cfx is something like.....

---------------------
import com.allaire.cfx.*;

public class myClassName implements CustomTag{
   public void processRequest( Request request, Response response )
throws Exception{

          // Your JAVA code in here

}
}

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

If you want to see something a little more complex, just shout.

  -----Original Message-----
From: Lists2 - TriPointTek [mailto:[EMAIL PROTECTED]
Sent: 30 September 2003 15:30
To: CF-Talk
Subject: Java Custome Tag


Anyone know of a unencrypted java custom tag for CF. Preferrably
performs a somewhat basic function.

Thanks,

Dan





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

Reply via email to