Dec 23, 2002 #1 fpal Programmer Joined Nov 27, 2002 Messages 15 Location US Hi all How I can use jsp code in cfm file
Dec 23, 2002 #2 Sarky78 Programmer Joined Oct 19, 2000 Messages 878 Location GB I haven't got around to using this myself yet but apparently you can use the CFIMPORT tag. you use it like this: <cfimport prefix="mytags" taglib="/WEB-INF/lib/myjsptags.jar"> have a look in the cfdocs for more detail: http://127.0.0.1/cfdocs/CFML_Reference/Tags-pt158.html#2693767 hope this helps! Upvote 0 Downvote
I haven't got around to using this myself yet but apparently you can use the CFIMPORT tag. you use it like this: <cfimport prefix="mytags" taglib="/WEB-INF/lib/myjsptags.jar"> have a look in the cfdocs for more detail: http://127.0.0.1/cfdocs/CFML_Reference/Tags-pt158.html#2693767 hope this helps!