Answered
How to POST FORM within CFWINDOW?
Can anyone point me to the right track, since I have
difficulties learning the new AJAX UI things...
I'm trying to submit a form which is located in a CFWINDOW popup. Whenever I hit the submit button, I get a CF debug error: "error: http: Error retrieving markup for element Window1_body : Not Found". The popup content reloads with the HTTP server's 404 not found message. I'm running CF8 and IIS 7 on Windows Server 2003.
I must be doing something fundamentally very wrong, right? The test.cfm does exist, and it doesn't help if I replace with an absolute URL.
-
I'm trying to submit a form which is located in a CFWINDOW popup. Whenever I hit the submit button, I get a CF debug error: "error: http: Error retrieving markup for element Window1_body : Not Found". The popup content reloads with the HTTP server's 404 not found message. I'm running CF8 and IIS 7 on Windows Server 2003.
I must be doing something fundamentally very wrong, right? The test.cfm does exist, and it doesn't help if I replace with an absolute URL.
-