We can use immediate="true"
in CommandButton & CommandLink, when we don’t want our validation rules to be fired during any server request.
Sample Code:
<apex:commandButton action="{!saveAccount}" value="Save" immediate="true"/>
We can use immediate="true"
in CommandButton & CommandLink, when we don’t want our validation rules to be fired during any server request.
Sample Code:
<apex:commandButton action="{!saveAccount}" value="Save" immediate="true"/>