Questions tagged [coldfusion-8]

For issues relating to using ColdFusion, version 8.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 8 new features include

  • Built in AJAX for various UI elements. This is based ext-js
  • Exchange support
  • RSS
  • ZIP files
580 questions
0
votes
1 answer

ReReplace any word that begins with @

I'm trying to rereplace any words that begin with @ in my string... I've tried a number of variations, but none of them seem to be working... rereplace(getMessages.term, "[\s]?\B@\w+", "", "ALL") Any suggestions?
TheJason
  • 494
  • 6
  • 18
0
votes
1 answer

what the correct synatax to use XMLFormat() in Coldfusion with input fields?

I'm sitting on a from trying the Coldfuion XMLFormat() function. However if I do this:
I'm…
frequent
  • 27,643
  • 59
  • 181
  • 333
0
votes
1 answer

Can I specifiy a "target" for a Coldfusion template which is inserted from application.cfc

Just wondering (Coldfusion Newbie). I'm on this page, showing an example how to setup a user login/logout in Coldfusion. Simple question: If the user is not logged in, the application.cfc inserts a login form. Question: Is there any way to set a…
frequent
  • 27,643
  • 59
  • 181
  • 333
0
votes
2 answers

Why aren't coldfusion variables/parameters valid for content I dynamically add to the DOM?

I'm struggling with a Coldfusion site I have to redesign: On my Jquery Mobile / Coldfusion8 site users should be able to log in from several different pages (each with it's own login form - can't change this!) When a user first enters the index.cfm…
frequent
  • 27,643
  • 59
  • 181
  • 333
0
votes
1 answer

how to show changes of an edited file in Coldfusion in localhost?

Newbie question... I have setup an application using Coldfusion/MySQL/Apached Webserver on my localhost. I can open and navigate through the application. But when I edit any .cfm file and refresh the browser window, nothing happens. Since this is…
frequent
  • 27,643
  • 59
  • 181
  • 333
0
votes
1 answer

Which oracle jdbc driver is my coldfusion 8 install using

I'm trying to debug a curious problem where by one coldfusion 8 instance is giving me an error (numeric or value error: character to number conversion error ORA-06512: at line 1) but with exactly the same code another coldfusion 8 instance isn't…
BennyB
  • 473
  • 3
  • 11
0
votes
1 answer

how to connect Coldfusion to a MySQL database

total newbie and totally lost... I'm trying to setup coldfusion(8) with a mysql(5.5) database on a local (apache 2.2) webserver running Windows XP. Coldfusion and Apache are running, but I don't know how to fiddle this in with MySQL. I'm doing the…
frequent
  • 27,643
  • 59
  • 181
  • 333
0
votes
1 answer

Issue with xml attributes count in coldfusion

My code is
jagadeesh
  • 1
  • 1
-1
votes
1 answer

Can I use another cfswitch statement within the same cfswitch case

Can I use another cfswitch statement within the same cfswitch case?
kiara
  • 23
  • 6
-1
votes
3 answers

Processing of xml data inside coldfusion

After processing data I can able to set the xml value #xmlResults# output example :
Süresh AK
  • 344
  • 3
  • 20
-1
votes
1 answer

How do I attach a file from a server in a mail using coldfusion8?

This is my code to get the file from user and attach it to the mail.
esyana
  • 57
  • 9
-1
votes
1 answer

ColdFusion Syntax

I'm trying to modify existing codes in my ColdFusion application left by previous programmer. I don't understand the meaning of this line of code (the one with question marks): ??????
user3476679
  • 53
  • 1
  • 5
-1
votes
1 answer

Cannot create members with special character surname

I am working on a software where I cannot create a new member (ie person) with special characters in the surname. For example, the surname cannot be "O'Connor", because it contains a special character. But that type of surname can be added in…
-1
votes
2 answers

How to save a generated query to the database

I have a form for a filter that has to generate a query depending on what the user selects and inputs into the form, however i need to save the generated query into the database for the scheduled tasks to call the query, how would i do this?
-1
votes
1 answer

Request Scope Variables

What is a real example of Request scope usage in ColdFusion? From here: Request The Request scope is used for the current request. These variables are non-persistent global variables. Is it like the request object in JEE? Thanks in advance.
Rollerball
  • 12,618
  • 23
  • 92
  • 161
1 2 3
38
39