You can do and there is nothing against it. It just that the
components should not directly communicate serverside, execpt by
sharing data in session. The component can return response.js with
client-side instructions that affect other components. That is the
idea and that is fine.

On Dec 24, 7:09 pm, weheh <richard_gor...@verizon.net> wrote:
> I'm diving into components but the doc says something that could be a
> show-stopper:
>
> "A component ... must perform its task independently of the rest of
> the page."
>
> I want to be able to ajax click on an item in one component and have
> it update a div in another component. I can't imagine this won't be
> possible, but the doc seems to suggest otherwise.

Reply via email to