Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can't Refresh OutputText/OutputFormatted Component PageTemplate

user2709995Jun 16 2011 — edited Jun 17 2011
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.

Comments

Frank Nimphius-Oracle
Hi,

a template reference is a naming container, which means that the naming container ID needs to be reflected in the partial triggers property reference. Alternatively you can try :::id-of-text field

Frank
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 15 2011
Added on Jun 16 2011
1 comment
129 views