Hello, In some cases cfwddx is able to produce xml that it isn't able to parse back. For example: <var name='comment'><string>�The (this is a fragment...
Hi, In ColdFusion use a method not documented for abortion requests other than Flash Remoting. eg: <cffunction name="isFlashCall" returnType="boolean"...
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...
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...
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...
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...
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...
... 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...
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 ...
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...
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...
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...
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...
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...
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...
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"> ...
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...
... 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@...
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@...
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"...
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...
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...
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 ...
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...
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...