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
Eric_SantiagoEric_Santiago 

Loop through VF Component Attributes

I have a VF component that takes a number of optional string Attributes, url encodes them, and sends them back to the VF page. Is there a way to programtically loop through all the Attributes similarly to $ApexPages.getParameters() method?
Ron HessRon Hess
Sorry, no way to do this that i know of.