Re: ColdExt question

2009-06-24 Thread Don L

>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, D
>>
Beautiful, Paul, that's exactly where the culprit was, thank you.  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:323884
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdExt question

2009-06-24 Thread Paul Kukiel

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 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 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: 
>> 67:
>> 68: 
>> 69: 
>> 70: 
>>
>> called fromC:\Program Files\Railo\webapps\ROOT\coldext\init.cfm: line 25
>> 23:
>> 24: 
>> 25: 
>> 26: 
>> 27:
>>
>> called fromC:\Program Files\Railo\webapps\ROOT\coldext\onReady.cfm: line 18
>> 16:
>> 17: 
>> 18: 
>> 19: 
>> 20:
>>
>> And the underlying cf template's breakpoint is
>> 
>>
>> 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


Re: ColdExt question

2009-06-24 Thread Paul Kukiel

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 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: 
> 67:
> 68: 
> 69: 
> 70: 
>
> called fromC:\Program Files\Railo\webapps\ROOT\coldext\init.cfm: line 25
> 23:
> 24: 
> 25: 
> 26: 
> 27:
>
> called fromC:\Program Files\Railo\webapps\ROOT\coldext\onReady.cfm: line 18
> 16:
> 17: 
> 18: 
> 19: 
> 20:
>
> And the underlying cf template's breakpoint is
> 
>
> 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:323880
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdExt question

2009-06-24 Thread Don L

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: 
67: 
68: 
69: 
70: 

called fromC:\Program Files\Railo\webapps\ROOT\coldext\init.cfm: line 25
23: 
24: 
25: 
26: 
27: 

called fromC:\Program Files\Railo\webapps\ROOT\coldext\onReady.cfm: line 18
16: 
17: 
18: 
19: 
20: 

And the underlying cf template's breakpoint is


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