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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1818 - 1847 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1818
Hi, I have found something that could clarify the case. Injecting itself works, but there are some mysterious things indeed. Example: c1 =...
sergei_droganov
Offline Send Email
Nov 1, 2008
7:31 pm
1819
Some additional research has shown that Railo 3 isn't able to process: default="#this.$tableName()#" twice. Thank you, Serge...
sergei_droganov
Offline Send Email
Nov 1, 2008
7:36 pm
1820
When running cffeed with railo 3.0.0.006 publisheddate not populated. Its populated when running CF8 <cffeed...
garyrgi2001
Offline Send Email
Nov 3, 2008
2:08 pm
1821
Hello, I am new to railo and was wondering if it was possible to get at the java code created. Why you wonder, all the internal stuff is done in coldfusion and...
jbirdsell_2000
Offline Send Email
Nov 3, 2008
3:44 pm
1822
Should I be able to execute a file in RAM, or is this not supported? <cfsavecontent variable="MyScript">[stuff]</cfsavecontent> <cffile action="write"...
Peter Boughton
boughtonp
Offline Send Email
Nov 3, 2008
7:19 pm
1823
Hi, I am a longtime ColdFusion (since 4.5) and BlueDragon (.net) user, and now I thought I would give Railo a shot. Installation went smooth, but I hit a snag...
fraxinus_e
Offline Send Email
Nov 4, 2008
8:13 am
1824
Hi Peter cfexecute runs in a external process outside the java enviroment, but the railo resources are only knowed inside the java process. you have to use the...
Michael Streit
mic_railo
Offline Send Email
Nov 4, 2008
10:19 am
1825
Hi John we have no intention to make Railo to a springboard to go away from CFML. because we think CFML is the best Tag/Script Language ever. Railo does not...
Michael Streit
mic_railo
Offline Send Email
Nov 4, 2008
10:41 am
1826
Hi Hugo can you send me the exe file offlist, with some example code that crash, we will check it. if the tail.exe is the same as the tail command on linux,...
Michael Streit
mic_railo
Offline Send Email
Nov 4, 2008
12:18 pm
1827
Thanks Michael - I thought something like that would be the case. Having a cfexecute body is a great idea! It seems so obvious now you've suggested it. :) ... ...
Peter Boughton
boughtonp
Offline Send Email
Nov 4, 2008
1:10 pm
1828
The isdate() function behaves differently in CF8 and Railo The results from the following: <cfoutput>#isDate("Mon, 03 Nov 2008 05:24:00 -0500")#</cfoutput> ...
gary gilbert
garyrgi2001
Offline Send Email
Nov 4, 2008
3:00 pm
1829
Does the cfquery result structure for Railo not support the database specific identities. for example for MYSQL result.GENERATED_KEY should exist after an...
gary gilbert
garyrgi2001
Offline Send Email
Nov 4, 2008
3:24 pm
1830
Hi Gary, Railo doesn't support auto generated keys in cfquery result structs yet. I spoke with Michael and he promised to implement this feature. As far as I...
Harry Klein
derrick13de
Offline Send Email
Nov 4, 2008
4:31 pm
1831
Where can I get 3.0.0.008? All the download links I find only show 3.0.0.005. Sure enough, I was trying to figure out why my client variables were...
dronski
Offline Send Email
Nov 4, 2008
4:43 pm
1832
Bob, you have to change the update url in the Railo console (Services / Update/ Properties - URL) to http://preview.railo.ch. "Define where Railo gets its...
Harry Klein
derrick13de
Offline Send Email
Nov 4, 2008
4:56 pm
1833
Totally missed it. It's updating now. Thanks! And thanks for a very impressive product. Aside from whatever installation issues I've had, I must say that...
Bob Dronski
dronski
Offline Send Email
Nov 4, 2008
5:05 pm
1834
Hi Gary this is a know differents to cfmx. Railo does not support implicit parsing of a date value in the locale format (e.g. <cfif now() EQ "Wednesday,...
Michael Streit
mic_railo
Offline Send Email
Nov 4, 2008
5:17 pm
1835
I have just migrated from bluedragon to railo 3.0 and I am having a problem with an apostrophe in a cfset. <cfloop list="#session.supervises#" index="i"> ...
Mark Galeassi
aitf311@...
Send Email
Nov 4, 2008
7:19 pm
1836
Hi Gert, I know we talked in the past about a virtual appliance for Railo, and it looks like you have an EC2 image now. I was wondering if anyone has created...
Eric K. Miller
genesishosting
Offline Send Email
Nov 4, 2008
7:49 pm
1837
Firstly, I strongly advise against building SQL statements in this fashion, for a variety of reasons. However, to solve this problem you can either use the ...
Peter Boughton
boughtonp
Offline Send Email
Nov 4, 2008
8:10 pm
1838
This is not implicit parsing. The isDate() function is specifically designed to determine if a string CAN be parsed as a date, there is no other use for this...
gary gilbert
garyrgi2001
Offline Send Email
Nov 4, 2008
9:37 pm
1839
Thank you for the reply Peter. I think this is an issue in railo that shoudl be looked at. This could happen in regular text thrown into a cfset also, not just...
Mark Galeassi
aitf311@...
Send Email
Nov 4, 2008
9:42 pm
1840
... statement building. This is nothing to do with the cfset tag; it occurs when you do the #sql_code# within your cfquery tags. (If you do <cfdump abort...
Peter Boughton
boughtonp
Offline Send Email
Nov 4, 2008
9:51 pm
1841
In Railo admin, where you manage you data connection, you will see Preserve single quotes Try checking this. I had to do this for MangoBlog ... -- AJ Mercer ...
AJ Mercer
ajmercer
Offline Send Email
Nov 4, 2008
10:03 pm
1842
Hi Mark this is not a railo issue, this is how preserving single quote works in cfml (railo and cfmx). if you take the following example: <cfquery ...> select...
Michael Streit
mic_railo
Offline Send Email
Nov 4, 2008
10:37 pm
1843
Hi Gary a good point, the problem is, if isDate says "yes this is a date", it should be possible to handle it as a date. but you can't in any case (but in...
Michael Streit
mic_railo
Offline Send Email
Nov 4, 2008
11:10 pm
1844
Hi Michael, would this be an optional parameter that defaults to CF8's behaviour? ... -- AJ Mercer Web Log: http://webonix.net Once you come to the realisation...
AJ Mercer
ajmercer
Offline Send Email
Nov 4, 2008
11:39 pm
1845
I have seen on this forum that locale parsing is expensive (performance wise) and I am interested in Railo because of performance. I don't think it is...
Marion Bass
marion.bass
Offline Send Email
Nov 4, 2008
11:47 pm
1846
Hi all, hope this election takes us all there where we want to go. Good luck and all the best from Switzerland. -- Greetings from Switzerland Gert Franz Railo...
Gert Franz
franzgert
Offline Send Email
Nov 5, 2008
4:21 am
1847
The question then becomes why bother having a function called isDate() then? The name of the function implies that it is able to determine if the passed in...
gary gilbert
garyrgi2001
Offline Send Email
Nov 5, 2008
9:34 am
Messages 1818 - 1847 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