Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Khuffie #1
Coldfusion 8 Unable to invoke CFC always added to errormessage
Since switching to ColdFusion 8, I noticed some weird issues with the returned
error messages from the CFC. Let's say I call my login function from my Flex
app, and the username and password are incorrect. The ColdFusion code would
throw the following error:
<cfabort showerror="You have entered an invalid username or password." />
When I trace the returned fault event in the client (event.fault.faultString),
I get the following message: "Unable to invoke CFC - You have entered an
invalid username or password."
Notice the additional "Unable to invoke CFC - " part to the message. For some
reason it seems to be added to the message I returned. This was not an issue in
ColdFusion 7, and it would be a pain in the ass to go through my Flex app and
strip out that wherever an error is returned.
In ColdFusion, I have tried throwing the error this way:
<cfthrow message="You have entered an invalid username or password." />
It still had the same issue. Any ideas?
Khuffie Guest
-
unable to DEFLATE coldfusion documents
I have "AddOutputFilterByType DEFLATE text/html" in my config. All my pages are getting filtered correctly - .html, .shtml, .php, etc -- but .cfm... -
Unable to connect to the ColdFusion MX Search service
A couple of days ago I deleted some log files b/c they where huge. Today i noticed when i try and run a verity search i get the following error.... -
Suddenly unable to contact Coldfusion
I have been running a registered Standard Ed. Coldfusion MX 7 Server with integration into Apache2 on Gentoo now for roughly 1 week. However, after... -
Unable to open ColdFusion 7 adminstrator
When I enter my password into the administrator login window and click Login, the page is submited and the password field is cleared. I am not taken... -
ErrorMessage
Hi, Is it possible to call a function from a control, for e.g <asp:requiredfieldvalidator id="test" errormessage="ccc" /> Is it possible for me...



Reply With Quote

