Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
blinkingCursor #1
CFX not executing processRequest.
I am trying to call a cfx java tag from within my cfm page, but I kept getting
an error with return "null -1". After trying several things, I added a main()
method to my cfx tag that outputs "hello world", and the errors stopped, but it
is now returning "hello world" to my page instead of executing the
processRequest method.
To isolate the error my processRequest method only executes:
response.write("Done"); so I know it is not an error in the method.
Does anyone have any ideas what my misconfiguration might be that is resulting
in main() being called instead of processRequest()? Thank you.
blinkingCursor Guest
-
Executing an SQL script
Hi, I have installed Apache, PHP and MySQL on my machine in order to run a development version of a website. It is the first time that I have... -
Queries not executing
I'm trying to execute a database query using coldfusion. For some reason it is not executing the insert portion of the queries. It is not throwing... -
Executing a file .exe or .bat
Hello: I hope anyone can help me right now I need to execute a .exe or .bat file from a flash animation so I can trigger a window made in java.... -
Delay Web Request using HttpRuntime.ProcessRequest
Hi everyone, this is quite involved but if anyone can help (or just likes a challenge!) i would very much appreciate it. Quick intro : I have... -
executing trigger and pl/sql
Hi, How could I execute a trigger in oracle, Similary how could I execute a pl/sql ? Is there an optimized way to enter the current date and... -
blinkingCursor #2
Re: CFX not executing processRequest.
Never mind. I have several problems happening at once that made it look like
this. I don't think I have a good understanding of how the classes get loaded
into the runtime, and I think that stale classes were still being served.
blinkingCursor Guest



Reply With Quote

