ok, I've installed ColdExt yesterday after installing railo 3.1x.  Initially 
ColdExt's window tag seemed to work but then, it cracked through a hole 
something, it failed with an err msg below, sought help with 
coldext.riaforge.org/forums...
however, no response yet, can't wait.  Sorry if it's a bit of incursion to the 
traditional coldfusion talk.

Railo 3.1.0.015 Error (Template) 
Message The name [TrueFalseFormat] is already used by a Build in Function 
Stacktrace The Error Occurred in
C:\Program Files\Railo\webapps\ROOT\coldext\_functions.cfm: line 68

66: </cffunction>
67: 
68: <cffunction name="TrueFalseFormat" output="false">
69: <cfargument name="b" type="any" required="true">
70: <cfif YesNoFormat(b)>

called fromC:\Program Files\Railo\webapps\ROOT\coldext\init.cfm: line 25
23: 
24: <cfif not isDefined("_coldext_functions")>
25: <cfinclude template="_functions.cfm">
26: </cfif>
27: 

called fromC:\Program Files\Railo\webapps\ROOT\coldext\onReady.cfm: line 18
16: 
17: <cfif not isDefined("request._coldext_init")>
18: <cfinclude template="init.cfm">
19: </cfif>
20: 

And the underlying cf template's breakpoint is
<ext:onReady>

Note: there's a line above to import the ext lib for the window call.

Thanks.

Don    


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323878
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to