You need to sign in to do that
Don't have an account?

I have a one defect where apex:inputcheckbox is used inside the <apex:pageblockbuttons> and located for both location
I have a one defect where apex:inputcheckbox is used inside the <apex:pageblokbuttons> and located for both location. If I am selecting at top checkbox, then it is working, if i am selecting the bottom checkbox, it is not working.
Is there any way that if I do check in one place, it should checked at both places.
Is there any way that if I do check in one place, it should checked at both places.
<apex:pageBlockButtons location="both"> <apex:outputText value="Testing" /> <apex:inputCheckbox id="test" value="{!test}" /> </apex:pageBlockButtons>