Action status with in command button salesforce

<apex:pageBlockSection id="Buttons" columns="1" collapsible="true">
                <apex:pageBlockSectionItem id="changePasswordButton">
                    <apex:outputLabel value="" styleClass="labelCol"/>
     <apex:actionStatus id="mySaveStatus1">     
     <apex:facet name="stop">                
     <apex:commandButton action="{!changePassword}" status="mySaveStatus1" value="Change Password" disabled="{!smsResponse.jobID=='0'}" rerender="ResultsSection, Buttons"/>          
     </apex:facet>          
     <apex:facet name="start">     
     <apex:commandButton action="{!changePassword}" status="mySaveStatus1" value="Processing..." disabled="true" />
     </apex:facet>
     </apex:actionStatus>
                </apex:pageBlockSectionItem>
            </apex:pageBlockSection>


No comments:

Featured

What is Cryptography in salesforce and what are all the algorithms provided by them ?

A). It is a security protocal between two systems. Lets say we are integration two systems without any encrytion mechanism then hackers wil...

Popular