function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vidya DVidya D 

StandardSetController with Wrapper class

I have created wrapper class with two Object having lookup relation. While traversing through standardSetController user may update vaules of the look up object. If lookup Object has values entered or updated or removed, corresponding insert/update/delete should happen on the single save. What I am running into issue, if child object is new - doesn't have id, then VF page is not sending modified data to controller.

Is there any example or sample code available to do with wrapper class and standardsetController?
Suneel#8Suneel#8
Can you post your code so that we get a better insight into the issue