ADF af:panelSplitter binding in threeColumnTemplate NullPointerException
690077Sep 1 2009 — edited Sep 2 2009Oracle 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