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
Rafael.Martins.SantosRafael.Martins.Santos 

how edit multiple register in visualforce when using apex:repeat?

Hi,
I have a table that will display a list of accounts and a field of type "Choice List".
until now this working, but I must enable for the user select another options of the choice list and save.
I can't add an Id on the tag "inputfield" because the the tags are generated automatically by the tag apex:repeat.
is there some another way to do that?

Best Regards
Rafael
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Rafael,​ I hope it will be helpful.

Best Regards
Rahul Kumar