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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1302 - 1331 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1302
Hello, In some cases cfwddx is able to produce xml that it isn't able to parse back. For example: <var name='comment'><string>&#65533;The (this is a fragment...
sergei_droganov
Offline Send Email
Aug 5, 2008
6:06 pm
1303
Sorry Railo version is 2.0.2.000...
sergei_droganov
Offline Send Email
Aug 5, 2008
6:08 pm
1304
 — is what wasn't originally escaped in wddx result...
sergei_droganov
Offline Send Email
Aug 5, 2008
6:09 pm
1305
Hi, In ColdFusion use a method not documented for abortion requests other than Flash Remoting. eg: <cffunction name="isFlashCall" returnType="boolean"...
Anderson Straube
andersonstraube
Offline Send Email
Aug 5, 2008
7:13 pm
1306
Hello all, I am looking for a way to get cfml compailed that is contained in a variable. This vriable contains generated code and since it also contains cftags...
limabravo_dev
Offline Send Email
Aug 6, 2008
8:00 am
1307
What do you mean by 'compiled'? By its very nature cfml is a dynamic language that gets compile each time you run it. Without knowing what it is you are trying...
Chris Velevitch
chris_velevitch
Offline Send Email
Aug 6, 2008
8:47 am
1308
Well i'll give you an exapmple of what i am trying to do. Basically i have code that gets generated and might end up like the code below (not actual code but...
limabravo_dev
Offline Send Email
Aug 6, 2008
9:06 am
1309
Firstly, this is a general cfml question and there are more appropriate lists for this type of question. This list is specifically for Railo specific questions...
Chris Velevitch
chris_velevitch
Offline Send Email
Aug 6, 2008
1:28 pm
1310
The reason i posted it to this list is that as far as i can see there is no way to do this in the standard cfml, other then  possibly directly calling the...
Robert Landsmeer
limabravo_dev
Offline Send Email
Aug 6, 2008
1:45 pm
1311
... It's really just the overall approach that is the issue. When I need to do something like this in my ecommerce product, I don't try to include the CFML...
Mary Jo Sminkey
maryjos313
Offline Send Email
Aug 6, 2008
2:08 pm
1312
Robert, Thank you for posting this question here as it gives me ideas and things to consider. Now, since I am not privy to the underlying capabilities of ...
Marion Bass
marion.bass
Offline Send Email
Aug 6, 2008
2:22 pm
1313
You can do this in any version of ColdFusion by writing the variable to a file using cffile, then cfinclude that file. You will need to take measures to ensure...
ianbuzer
Offline Send Email
Aug 6, 2008
2:30 pm
1314
Sorry, just read your question fully and realised this was one of your suggestions! I'm assuming that this template is created once by the content creator then...
ianbuzer
Offline Send Email
Aug 6, 2008
2:37 pm
1315
Well i looked at what Mary Jo suggested but unfortunately for me that solution won't work since the contents of the file is only known at runtime. I have the...
Robert Landsmeer
limabravo_dev
Offline Send Email
Aug 6, 2008
3:12 pm
1316
Hi, I am trying to install Railo to my vps server and am having issues as I am not used to working in a Linux command line environment. I have the Standard Max...
jeffrey_p_pierson
jeffrey_p_pi...
Offline Send Email
Aug 6, 2008
7:50 pm
1317
If you want to use RAM, Railo can do this out of the box. In the Railo Administrator, you can create a resource which can be RAM, FTP, Zip and many more. You...
AJ Mercer
ajmercer
Online Now Send Email
Aug 6, 2008
10:19 pm
1318
That's really cool! I have not seen that before. Thanks AJ....
Marion Bass
marion.bass
Offline Send Email
Aug 6, 2008
10:39 pm
1319
On Thu, Aug 7, 2008 at 1:12 AM, Robert Landsmeer ... The way I see it you are doing a 3 step process for selecting and viewing data. The first step is defining...
Chris Velevitch
chris_velevitch
Offline Send Email
Aug 6, 2008
11:18 pm
1320
Hi all, let me hook in here and give my opinions and advice here. Let's assume you have your generated content like follows: <cfsavecontent variable="susi"> ...
Gert Franz
franzgert
Offline Send Email
Aug 7, 2008
3:19 am
1321
Jeff try the following document: www.railo.ch/documentation/railo_too.pdf In there you'll find a guide of how to install Railo/Resin/Apache on a Linux...
Gert Franz
franzgert
Offline Send Email
Aug 7, 2008
3:20 am
1322
you can do it as follows StructKeyExists(GetHTTPRequestData().headers,"AMF-Forward") or ...
Michael Streit
mic_railo
Offline Send Email
Aug 7, 2008
4:16 am
1323
... Any old program could add the request header though, if it wanted too, couldn't it ? ... I'd go with that, though it still looks cryptic :-) -- Tom...
Tom Chiverton
tom.chiverton@...
Send Email
Aug 7, 2008
11:04 am
1324
Hi guys, even though I have "Spool enable" in my Railo (2) Admin, there seems not to exist a spool/undelivr-directory in which to fish for lost mails. Any...
Jan S.-R.
jan@...
Send Email
Aug 8, 2008
1:15 pm
1325
Hi, The tag cfcache only works if there is no parameter in url, if add any parameter is not shown anything on the page. See example: <cfcache action="cache"...
Anderson Straube
andersonstraube
Offline Send Email
Aug 8, 2008
6:52 pm
1326
Great!!! This way worked: <cffunction name="isFlashCall" returnType="boolean" access="private"> <cfreturn ...
Anderson Straube
andersonstraube
Offline Send Email
Aug 8, 2008
8:18 pm
1327
Hi Jan Railo does not handle undelivered mail the same way coldfusion mx does Railo 3.0 add all spooled mail do the Task Manager, you can find it in the Railo...
Michael Streit
mic_railo
Offline Send Email
Aug 8, 2008
10:39 pm
1328
sorry we can't reproduce your problem, i have made a copy of your code (only have add a dump of the version ) on http://dev.railo.ch/test.cfm and it works as...
Michael Streit
mic_railo
Offline Send Email
Aug 8, 2008
10:58 pm
1329
That strange! Follow my environment: server.railo Struct release-date Date Time {ts '2008-07-13 00:00:00'} version string 2.0.2.000 state string final ...
Anderson Straube
andersonstraube
Offline Send Email
Aug 11, 2008
12:14 pm
1330
Hello, Railo admin shows images from it's archive as "/railo-context/admin/resources/img/web-railo.gif.cfm" I need the same trick for admin that I write. But...
sergei_droganov
Offline Send Email
Aug 11, 2008
9:16 pm
1331
Hi Railo Fans, I have CF8 enterprise dev running on my machine I created a new JRun instance and dropped in the Railo 3 WAR - and is running :-) What I would...
AJ Mercer
ajmercer
Online Now Send Email
Aug 12, 2008
1:23 am
Messages 1302 - 1331 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