You need to sign in to do that
Don't have an account?

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
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
- apex: repeat to show and edit multiple records.
- https://salesforce.stackexchange.com/questions/126905/apexrepeat-to-show-and-edit-multiple-record (https://salesforce.stackexchange.com/questions/83835/apexrepeat-option-repeating-element-multiple-times)
- https://salesforce.stackexchange.com/questions/83835/apexrepeat-option-repeating-element-multiple-times
I hope it will be helpful.Best Regards
Rahul Kumar