http://wiki.getrailo.org/wiki/3-1-Functions:TrueFalseFormat

Best re fence I found to Railos implementation of this function.

Paul

On Wed, Jun 24, 2009 at 2:04 PM, Paul Kukiel<[email protected]> wrote:
> I have seen this issue with FarCry on Railo.  They have the method
> name the same an an inbuilt railo method ( dump, query )
>
> As Railo looks like its has its own trueFalseFormat function I would
> try just delete that method out of _functions.cfm and see how well the
> inbuilt Railo method works.
>
> Paul.
>
>
>
> On Wed, Jun 24, 2009 at 1:51 PM, Don L<[email protected]> wrote:
>>
>> 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:323882
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to