|
"It looks to me like obj is a WDDX packet, so you're gonna have to turn it back into a struct before you start addressing it as one. --" in ColdFusion • 2 replies |
13 hours ago |
|
"It looks like a namespace thing. If I use this xpath string, it works: "/:Vehicles/:Vehicle". My code: <cfset s = fileRead(expandPath" in ColdFusion • 3 replies |
13 hours ago |
|
"Because in the installation instructions for FB for PHP it says that you have to uninstall the current installation of FB which I have sever" in ColdFusion • 4 replies |
16 hours ago |
|
"It just uses a bog-standard .htacess file, like mod-rewrite does. Exactly the same (other than a coupla things they've chosen not to implem" in ColdFusion • 4 replies |
1 day ago |
|
"Have an update on this, there is a product by Helicon Tech called ISAPI_Rewrite 3. Anyone had any experience with this? Yep, was just abo" in ColdFusion • 4 replies |
1 day ago |
|
"Is there anything stopping you from downloading the trial and simply answering your own question? -- Adam" in ColdFusion • 4 replies |
1 day ago |
|
"It's https://bugbase.adobe.com/index.cfm?event=bug&id=3042528. -- Adam" in ColdFusion • 18 replies |
1 day ago |
|
"I was wondering what might have caused the license to disappear. Is it because any of system activity or any code related error. I guess dev" in ColdFusion • 5 replies |
2 days ago |
|
"Without seeing your XML... no, no-one will be able to see why. However the variable name sets off an alarm: "strucTFromParsedXML". Sound" in Advanced Techniques • 3 replies |
2 days ago |
|
"CF10 brings in custom paths for this sort of thing: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318 518-106e125d1353" in ColdFusion • 2 replies |
2 days ago |
|
"Did any of those tests involve static(non-ColdFusion) URLs? For such URLs, Tomcat indeed enforces case-sensitivity. I have reproduced this o" in ColdFusion • 8 replies |
2 days ago |
|
"First of all I would like convey that my coldfusion is not developer edition rather it is licensed with enterprise edition, and I don't know" in ColdFusion • 5 replies |
2 days ago |
|
"Not to be unnecessarily blunt, but what part of the message it's giving you is unclear: You tried to access the Developer Edition from a" in ColdFusion • 5 replies |
2 days ago |
|
"Adobe, I'm talking to you -- you've replaced your previously case-insensitive web server with a new case-sensitive one. Your users deserve" in ColdFusion • 8 replies |
2 days ago |
|
"Dan Bracuk wrote: Regarding "What is the performace difference between calling a stored proc via cfstoredproc or cfquery directly? (<cfqu" in Advanced Techniques • 7 replies |
3 days ago |
|
"OK... you asked for it: you're wrong ;-) I don't doubt yer seeing what yer seeing, but it's CF10/Tomcat ain't case-sensitive as far as UR" in ColdFusion • 8 replies |
5 days ago |
|
"If you don't want things in the URL scope... don't pass parameters in the query string. Or alter your logic from simply: isDefined("UR" in ColdFusion • 2 replies |
5 days ago |
|
"#chr(13)##chr(10)# or chr(13) & chr(10) not creating line break in coldfusion. How are you arriving at this conclusion? Where's some" in ColdFusion • 1 replies |
5 days ago |
|
"If both checkboxes are checked, you'll end up with: ORDER BY products.artist ORDER BY products.QtyOnOrder DESC Which is not syntactic" in ColdFusion • 3 replies |
6 days ago |
|
"So before the doctype tag? Thanks I just doesn't really matter. the doctype, head, body, etc only matter to the browser; the CF tags onl" in ColdFusion • 6 replies |
6 days ago |
|
"The "best" thing to do is to not mix your display logic with your business logic in the same file: fetching stuff from the DBs hould not be" in ColdFusion • 6 replies |
6 days ago |
|
"I don't know that you can't, but I am @ work (although one would be forgiven for thinking I was just sitting here all day), and was between" in ColdFusion Server Administration • 7 replies |
1 week ago |
|
"Gotcha. OK, more googling seems to have clarified the dynamic quandrary for me. I found this which seemed relevant: http://docstore.mik.ua" in ColdFusion Server Administration • 7 replies |
1 week ago |
|
"So you don't want to strip it out, you want to escape it? Would htmlEditFormat() do the trick? Or if you're on CF10 (which, admittedly," in ColdFusion • 4 replies |
1 week ago |
|
"In what way are they caching? What do you mean by "used"? What's some code that demonstrates this? -- Adam" in Advanced Techniques • 2 replies |
1 week ago |