I have a componentized system with an upload field which I load into
an iframe. When I fill in the form component and click submit, the
file gets uploaded properly. However, I also have an ajax function
that is supposed to trigger the updating of other parts of the screen,
but it doesn't work. I traced it in Eclipse and the callback is
getting executed. However, the target divs aren't getting updated. Is
there something with iframes that prohibits the execution or
evaluation of ajax callabacks? I've read some threads on this that
suggest it may be the case. Any help would be appreciated.

Reply via email to