function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vivek ViswanathVivek Viswanath 

Multiple pageblock sections not refreshing under the same Outputpanel

    I have multiple page block section under the same Output panel however only the last one actually refreshes.
 <apex:outputpanel id="orderDisplay">
            <apex:pageBlockSection id="reorderReason0" title="Reason for Re-Order" >
            </apex:pageBlockSection>
           
            <apex:pageBlockSection id="reorderItemSelection1" title="Confirm Order Items" >
             </apex:pageBlockSection>
           
            <apex:pageBlockSection id="reorderItemSelection2" title="Confirm Orders Items" >
            </apex:pageBlockSection>
            </apex:outputpanel>