Hi All!
I want to use Trinidad together with ajax4jsf (richfaces), and have
problems using the two different ppr-mechanisms together.
Trinidad uses the attribute partialTriggers="list of components, whose
events update this component"
while a4j uses reRender="list of components to update on this.Event"
These seem to be contrairy mechanisms and im sure they both have been
discussed long before I got to know jsf.
However the question is, how can they be used together? AFAIK i can
neither have a trinidad component be a listener for an a4j component nor
let an a4j component reRender a trinidad component.
Another thing is i have a tr:messages wich i want to be updated on every
ajax request.
Is there any component to realize auto-update on every ppr-request? In
a4j there is <a4j:outputPanel ajaxRendered="true"> which does exactly
what i want, but - same as above - only for requests originating from
a4j components.
Thanks for any light on this,
Tobias Kilian