NOTICE!: Cannot use same component name in different frames

Error message: "The file cannot be returned by the server"
This bug (issue, problem, undocumented feature, whatever you want to call it)... caused me much time, so I thought y'all might like a heads up.
My program has basically 1 form and everything else is done using frames on the form and frames on modal dialog boxes. The issue comes into play when you have a TIWCGJQFileDownload component on your frames. I happen to have 3 or 4 fames (of 30 or so), that have the download component named fileDownload. The problem comes into play when I create the modal dialog frame containing a "fileDownload" component (in my case, one on the form and one on a modal dialog) and then attempt to use the "fileDownload" component that resides on the form.
In any case, giving each instance of the TIWCGJQFileDownload component a unique name fixed the problem, even though the two "same-named" components reside on completely different frames.
Hope this helps someone!
Scott
This bug (issue, problem, undocumented feature, whatever you want to call it)... caused me much time, so I thought y'all might like a heads up.
My program has basically 1 form and everything else is done using frames on the form and frames on modal dialog boxes. The issue comes into play when you have a TIWCGJQFileDownload component on your frames. I happen to have 3 or 4 fames (of 30 or so), that have the download component named fileDownload. The problem comes into play when I create the modal dialog frame containing a "fileDownload" component (in my case, one on the form and one on a modal dialog) and then attempt to use the "fileDownload" component that resides on the form.
In any case, giving each instance of the TIWCGJQFileDownload component a unique name fixed the problem, even though the two "same-named" components reside on completely different frames.
Hope this helps someone!
Scott