Hi all,
Just for Info.
I have a page with three modules on it. A, B and C.
Module A sends, via a Modules.Communications routine, a parameter to modules B & C. They act upon this [ iListener] and display varying images.
It all worked fine until I decided to 'enhance' module A [big module - multi-form entry using the Accordian panel mechanism] with partial rendering.
Modules B & C stopped rendering.
I used breakpoints to prove that the communication was still working - it was. but the page just didn't update!
Removed the Partial rendering [PR] on module A and all returned to normal.
Using PR on modules B & C didn't cause any problems.
Hope this helps - because I did the PR along with a whole bunch of other stuff, it took me quite a while to find the cause of this problem....
Duncan.