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
giri rockzzzzgiri rockzzzz 

Is it necessary to use inner class for <apex:repeater ????

b-Forceb-Force

not necessary,

you can directly bind any Standard object[List ] to repeat tag

 

We use inner class in order to achive some additional functionality

 

Thanks,

Bala