Image button in a cfwindow doesn't pass coordinates
Normally when you click on an image button inside a CFFORM, the coordinates are passed to the form processor. This is a simple way to support multiple buttons from a single form because you can use the presence of a coordinate to tell you which button was pressed.
I couldn't figure out why this wasn't working inside a CFWINDOW and eventually I stripped out all the extraneous code until I discovered that when the CFFORM is inside a CFWINDOW, it no longer passes the coordinates. Is that documented? Can anyone comment on that situation?
