-
How to use Apex Repeat with Set Collection in Salesforce?
My Controller returns a list of strings in a SET variable to Visualforce page. I want to use an apex repeat to iterate over the SET collection but when I save the Visualforce page, It gives me an error. Is that we cannot use SET in apex:repeat in Salesforce?
Log In to reply.