View Full Version : ColdExt - an Ext JS tag library
ReyBango
16 Jan 2008, 8:08 PM
FYI:
http://www.madfellas.com/blog/index.cfm/2008/1/16/ColdExt--an-Ext-JS-tag-library
Looks like CF developers are digging Ext! :D
Rey...
machitonze
26 Mar 2008, 5:54 AM
I am unable to use ColdExt tag library. I am getting the error:
Unknown tag: ext:init.
Could anyone tell me what I am doing wrong? I am using ColdFusion 8
Thanks
JeffHowden
26 Mar 2008, 10:26 AM
I am unable to use ColdExt tag library. I am getting the error:
Unknown tag: ext:init.
Could anyone tell me what I am doing wrong? I am using ColdFusion 8
I would recommend asking the author of the library.
johnbarbic
26 Mar 2008, 10:42 AM
Hi machitone,
The error is CF telling you that it doesn't know what to do with that tag. For it to work you would have had to include the library with something like this...
<cfimport taglib="/WEB-INF/tags/coldext/" prefix="ext" />
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.