Can't Refresh OutputText/OutputFormatted Component PageTemplate
Using JDev 11G 11.1.1.4.0
I have a JSPX page that uses a PageTemplate. I have a <af:outputFormatted> component that will not refresh its value during any PPR as long as the JSPX is using the PageTemplate. The <af:outputFormatted> has partialTriggers enabled to listen for command button action.
I can update the component value in a backing method and can see the value, but it will not display on the page. When I don't use a PageTemplate it all works as normal/expected.
I've tried <af:outputText> as well and the same result. Is there a bug with PageTemplate and PPR for <af:outputFormatted> <af:outputText>???
Thanks.