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!

ADF af:panelSplitter binding in threeColumnTemplate NullPointerException

690077Sep 1 2009 — edited Sep 2 2009
Oracle Fusion ADF - Accessing ADF af:panelSplitter binding in threeColumnTemplate NullPointerException

Hi,
when using the template containing panel splitter binding to backing bean panelSpliterRightShoppingCart a RichPanelSplitter,
when clicking on a command button, the action throws a NullPointerException. Any ideas as to why the component is NULL on
a fully rendered page? I want to be able to set the collapsed attribute to true or false and of course see that state in the browser view, Thanks...

<af:panelSplitter collapsed="false" binding="#{backingBeanScope.backing_jsp_myDetails.panelSpliterRightShoppingCart}"
orientation="horizontal"
splitterPosition="#{attrs.endColumnSize}"
positionedFromEnd="true" id="panelSpliterRightCart">
<f:facet name="first">
<!-- start of main decoration -->
<af:decorativeBox theme="default" id="pt_db2">
<f:facet name="center">
<af:facetRef facetName="center"/>
</f:facet>
</af:decorativeBox>
<!-- end of main decoration -->
</f:facet>
<f:facet name="second">
<af:facetRef facetName="end"/>
</f:facet>
</af:panelSplitter>

Edited by: meet.mrnrg on Sep 1, 2009 12:05 PM

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 30 2009
Added on Sep 1 2009
2 comments
666 views