In
Custom Component How we can return value to Custom Controller or Controller
Extension
In Apex, Objects are passed
by reference (read this article to understand Pass by Value and Pass by
reference in Salesforce and also read this Salesforce blog article). So supply
an argument of wrapper class (object) type to custom component. If its value is
changed in Custom component we will get updated value in controller also.
No comments:
Post a Comment