<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?