railo Questions

2

I'm working on an application that requires an autocomplete field on a search form. The application is CFML on Railo 3.3. I'm using jQuery UI autocomplete and have implemented the lookup on the ser...
Addiction asked 9/9, 2011 at 13:14

1

Solved

I have several queries that I cache using the cachedwithin="#CreateTimespan(...)#" attribute of the cfquery tag. There are times when I need to clear the cache (or just re-execute the query to get ...
Necolenecro asked 13/12, 2011 at 19:48

4

Solved

Been going over my predecessor's code and see usage of the "request" scope frequently. What is the appropriate usage of this scope?
Encounter asked 25/8, 2008 at 4:59

2

Solved

i am using the latest version of railo, and am trying to get the per-application mappings to work. this is what i am doing: <cfcomponent name="MyApp"> <cfset THIS.Name = "MyApp"> &lt...
Derby asked 29/7, 2011 at 15:42

2

I want to create a flowchart in OpenOffice Draw. Since there's a lot of steps to show (and may change in future) but I can extract the data, I want to automate the creation with the following step...
Mcmichael asked 18/10, 2010 at 17:36

2

Solved

My goal is to have port 80 and 81 listen and serve content from two distinct paths. I'm looking at replicating what I used to do with IIS and creating websites on specific ports. I took the base c...
Jennajenne asked 18/1, 2011 at 1:14

3

Solved

As with all development, CFML via ColdFusion, Railo or OpenBD we run into common programming problems. For these problems must programmer turn to patterns (or anti-patterns). However the classic re...
Overdone asked 30/7, 2009 at 21:6

4

Solved

An attempt to capture notable differences between implementations: Adobe ColdFusion Railo Open Bluedragon (I'm aware of Smith, but don't believe it's still active). Include CFML and platform ...
Roxie asked 18/12, 2010 at 21:17

4

Solved

I'm working on a site that still has a lot of scripts in ColdFusion. I need to move it to a new server. I much prefer Apache/Linux instead of IIS/Windows. I've seen some info here and there about r...
Maine asked 29/3, 2010 at 20:19

2

Solved

I am developing an app right now which creates and stores a connection to a local XMPP server in the Application scope. The connection methods are stored in a cfc that makes sure the Application.XM...
Rappel asked 17/5, 2010 at 17:26

3

Solved

I'm using custom SMTP servers and would like to verify the connection when user enters his own server credentials. Exactly the same type of check as Adobe CF and Railo allow to do when adding mai...
Opus asked 22/4, 2010 at 8:15

1

Solved

The following works fine in CFMX 7 and CF8, and I'd assume CF9 as well: <!--- 'conn' is a JDBC connection ---> <cfset stat = conn.createStatement() /> <cfset rs = stat.executeQuery(...
Littlejohn asked 9/2, 2010 at 6:7

5

Solved

The docs aren't entirely clear on this - is there a difference between these variables? On IIS at least they appear to be identical, but I don't want to rely on that if it might be different under ...
Augmentation asked 12/5, 2009 at 14:14

6

Solved

This has been one of the biggest obstacles in teaching new people ColdFusion. When to use # is ambiguous at best. Since using them doesn't often create a problem it seems that most people gravitat...
Tetany asked 1/7, 2009 at 11:18

5

Solved

Google does not really deliver much content (or my query sucks). Has anyone made the switch and can share the experience?
None asked 17/6, 2009 at 7:9

4

I am coding in ColdFusion, but trying to stay in cfscript, so I have a function that allows me to pass in a query to run it with <cfquery blah > #query# </cfquery> Somehow though, when I...
Tippets asked 5/11, 2008 at 20:43

© 2022 - 2024 — McMap. All rights reserved.