Hello. I have a component which has an init function. Here's a simplified version: <cfcomponent output="no"> <cffunction name="init" output="no"> <cfargument...
Hi Bob ... Peter This is really a bug i think, railo first write the argument scope and then enter the component, because that railo has no access to the...
Has someone tried (or succeeded ;-) ) to use the JCE taglib for encryption in Railo? (http://jcetaglib.sourceforge.net/) I have a hard time getting it to run....
Hi Christian i have done some testings with this library and it looks like that the library overwrite a context needed by railo. as long i dont call a tag of...
Hi Michael, thanks for confirming I'm not completely wrong ;-) I remember having some strange errors when trying different locations for the jar file....
Hi Peter i have test this (in railo 1.0.0.032 and 1.1.0.03) behaivor but i can't reproduce it works jus fine in my case, wich version do you use? Greetings...
If I try to use custom attributes on the cfcomponent tag then the compiler fails. This works on both adobe and bluedragon and the data can be retrieved via the...
can please check the examlpe at www.railo.ch/test.zip, this just work fine with the railix 032 tested on macosx, linux, winxp greetings Michael ... Greetings...
Am I missing something or does Railix Live version only work with Application.cfm. I'm currently testing moving my app to railo, and can't get my...
Steve Reynolds
feerbase1@...
Mar 16, 2007 9:59 pm
517
According to a ColdFusion user, the <CFSILENT> tag does not work with <CFTRY> - see "http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags- pc7.htm",...
martoodles
martoodles@...
Mar 18, 2007 7:17 pm
518
there is no problem (that we know) in railo with excpetions inside cfsilent tags, let me show you the code generated by railo for cfsilent. Silent silent =...
I have a couple of compatibility questions: On your website under the compatibility section, you say that <cflogin> does not support NTLM. You also say that...
martoodles
martoodles@...
Mar 19, 2007 12:29 pm
520
I have a couple of compatibility questions: On your website under the compatibility section, you say that <cflogin> does not support NTLM. You also say that...
martoodles
martoodles@...
Mar 19, 2007 12:32 pm
521
I'm using Railo with Tomcat 5.0 on a Solaris OS and and I'm trying to get an email to send by using the localhost mailserver. When we use command prompt we...
all docs on www.railo.ch point on the version 1.0 of railo. the doc for the 1.1 will be avaible when the 1.1 will be released. the tag cfNTauthenticate is...
hi matt which version do you use? we had a fix for the cfmail in the version 1.0.0.032 - fixed Bug in Tag Mail "problem with authentication in some special ...
It's running 1.0.0.032. I checked for updates and it said that none were available. The strange thing is that it works great with our external mail server...
can you please provide me a more detailed error message (java Stacktrace) you can get it, when you set attribute "spoolenable" of tag mail to false. please...
Here you go. Thanks... Railo [1.0.0.032] - Error (java.lang.SecurityException) Message Access to default session denied Context The Error Occurred in ...
Pity about the C++ CFX tags, since that is a bit of a deal breaker for me, since we use them to link in to some C++ libraries ... ... after ... from ... ...
martoodles
martoodles@...
Mar 21, 2007 10:09 am
532
we take it on our wish list, what you can do at the moment is to use com object to interact with C++. (createObject('com',...)) Greetings Michael Michael...