The Immediate Attribute of CommandButton And CommandLink In Visualforce
This attribute is primarily used to bypass the firing of validation rules during server requests. It’s a Boolean value that dictates whether the action linked with this component should occur instantly, disregarding any validation rules related to the page’s fields. When set to true, the action occurs immediately, skipping validation rules. If left unspecified, it …
The Immediate Attribute of CommandButton And CommandLink In Visualforce Read More »