Search the web
Sign In
New User? Sign Up
railo_talk · Railo
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 502 - 532 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
502
Hello. I have a component which has an init function. Here's a simplified version: <cfcomponent output="no"> <cffunction name="init" output="no"> <cfargument...
Peter Boughton
boughtonp
Offline Send Email
Mar 3, 2007
11:36 pm
503
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...
Michael Streit
mic_railo
Offline Send Email
Mar 5, 2007
7:31 am
504
Dear all We wanna port a project to railo and faced a problem in case of an LDAP query. Here what I did: <cfldap server="127.0.0.1" action="query" ...
Patrick Geiser
patrick.geiser
Offline Send Email
Mar 5, 2007
5:14 pm
505
Ah cool, thanks. :)...
Peter Boughton
boughtonp
Offline Send Email
Mar 6, 2007
10:21 pm
506
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....
mr_kabelbinder
Offline Send Email
Mar 8, 2007
5:06 pm
507
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...
Michael Streit
mic_railo
Offline Send Email
Mar 9, 2007
1:44 am
508
Hi Michael, thanks for confirming I'm not completely wrong ;-) I remember having some strange errors when trying different locations for the jar file....
mr_kabelbinder
Offline Send Email
Mar 9, 2007
8:20 am
509
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...
Michael Streit
mic_railo
Offline Send Email
Mar 11, 2007
11:13 pm
510
I'm fairly sure I'm using 1.0.0.032, but not 100% certain. I did also test it on 1.1.[something], but I can't remember what the something is. (I'll...
Peter Boughton
boughtonp
Offline Send Email
Mar 12, 2007
1:36 pm
511
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...
lmajano_2000
Offline Send Email
Mar 12, 2007
4:34 pm
512
Hi the final version of railo 1.1 will support it. We are working on it Greetings Michael Michael Streit Technical Support Railo Technologies GmbH ...
Michael Streit
mic_railo
Offline Send Email
Mar 12, 2007
8:29 pm
513
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...
Michael Streit
mic_railo
Offline Send Email
Mar 12, 2007
8:44 pm
514
Really sorry if this an OOT. I try to download Railo but always failed. Any workaround? Regards, --William...
d0a98042
Online Now Send Email
Mar 15, 2007
6:35 am
515
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@...
Send Email
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@...
Send Email
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 =...
Michael Streit
mic_railo
Offline Send Email
Mar 19, 2007
9:22 am
519
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@...
Send Email
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@...
Send Email
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...
matthewklevine
Offline Send Email
Mar 19, 2007
11:39 pm
522
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...
Michael Streit
mic_railo
Offline Send Email
Mar 20, 2007
12:13 am
523
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 ...
Michael Streit
mic_railo
Offline Send Email
Mar 20, 2007
9:38 am
524
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...
matthewklevine
Offline Send Email
Mar 20, 2007
4:29 pm
525
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...
Michael Streit
mic_railo
Offline Send Email
Mar 20, 2007
6:06 pm
526
Here you go. Thanks... Railo [1.0.0.032] - Error (java.lang.SecurityException) Message Access to default session denied Context The Error Occurred in ...
matthewklevine
Offline Send Email
Mar 20, 2007
6:21 pm
527
Just an update, going straight to the java api seems to work. <cfscript> sMailServer = "localhost"; sUsername = "dfriedman@..."; sPassword =...
matthewklevine
Offline Send Email
Mar 20, 2007
8:38 pm
528
Just curious, when did the 1.0.0.032 version get roled out? Thanks, Matt...
matthewklevine
Offline Send Email
Mar 21, 2007
12:34 am
529
Hi matt We have found (and fixed) the Problem, let me take your code as example. the differents to our code is the following: ... we use...
Michael Streit
mic_railo
Offline Send Email
Mar 21, 2007
1:11 am
530
That's great! Thanks!...
matthewklevine
Offline Send Email
Mar 21, 2007
1:46 am
531
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@...
Send Email
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...
Michael Streit
mic_railo
Offline Send Email
Mar 21, 2007
10:30 am
Messages 502 - 532 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help