> > > Its my first attempt at using the cfimport tag and I can't > > > seem to get by this error. What type should it be? I didn't > > > seem a 'type' option in the documentation. > > > > > > The type for attribute path of tag Height could not be determined. > > > 1 : <CFOUTPUT> > > > 2 : <cfimport taglib="/WEB-INF/lib/image_taglib.jar" prefix="imgD"> > > > 3 : <imdD:Height path="0100680s.jpg" /> > > > 4 : </CFOUTPUT> > > > > You can get it to work by cycling the CF server. There may > > be a way to get it to automatically recognize jar and tld > > files placed in /WEB-INF/lib, but I don't know what it is, > > off the top of my head. > > Em I could be waaaay off mark, but is it not a simple > spelling mistake? > > "prefix=imgD" > > Then wehen u reference it > > <imdD:Height > > Should this not be > > imgD:Height
While you're correct that there's a spelling error there, it's been my experience that you get that error anyway after adding a new JSP tag library to /WEB-INF/lib/, then referencing it without cycling the CF service. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

