What are the types of bindings available in Salesforce Visualforce?
There are three types of bindings used in Visualforce.
- Data binding
- Action bindings
- Component bindings
Data bindings refer to the data set in the controller.
Action bindings refer to action methods in the controller.
Component bindings refer to other Visualforce components.
Action bindings refer to action methods in the controller.
Component bindings refer to other Visualforce components.
Comments
Post a Comment