Hi!
I’m using Trinidad 1.0.2.
I have a parent-jsf-page which contains an iframe and other components. The
iframe contains/refers to a child-jsf-page.
Now here’s what I’d like to realize:
If a specific component on the parent-page is changed, another specific
component within the iframe shall be updated/refreshed via the PPR-feature.
Example of my problem:
the parent-jsf-page contains:
- inputText-component (is in a form; id is set;
autoSubmit-attribute is ‘true’)
- iframe-component contains:
- outputText-component (partialTriggers-attribute
contains the id of the
inputText-component)
If the inputText-comp is changed, the outputText-comp shall be
refreshed via PPR. But it doesn’t
work.
So can anyone tell me how to refresh a specific component within an iframe
when a PPR-request is triggered by another specific component an the
parent-page via PPR ?
[And how works the whole thing vice versa: If I want a component on the
parent-page to refresh when a component within an iframe is changed?]
Thank you very much,
hij
--
View this message in context:
http://www.nabble.com/Refreshing-of-components-within-an-iframe-via-PPR-tf4843264.html#a13856259
Sent from the MyFaces - Users mailing list archive at Nabble.com.