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
Sell Your ForceSell Your Force 

Setter not working.

I'm using a List of Custom Object to display in VF page and changing the values on the page itself.

After that clicking a button to call a custom save function which updating the record, but the new value is not recorded.

 

There is some problem with get set.

 

I declared list like :-

 

List<Kart__C> MyKart {get; set; }

 

Anybody faced the same issue? please help me.

hpereirahpereira

Hello,

 

This is not enough.

Please share your VF Page code and Controller if you want help.

 

Regards