Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi all How I can use jsp code in c

Status
Not open for further replies.

fpal

Programmer
Joined
Nov 27, 2002
Messages
15
Location
US
Hi all
How I can use jsp code in cfm file
 
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=&quot;mytags&quot; taglib=&quot;/WEB-INF/lib/myjsptags.jar&quot;>

have a look in the cfdocs for more detail:


hope this helps!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top