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
Jon ManloveJon Manlove 

The 'Hands-On Challenge' for the 'Use Standard List Controllers' module in Trailhead doesn't make sense.

I am attempting to complete the Hands-On Challenge in the 'Use Standard List Controllers' module and the exercise doesn't reflect what I just learned in the module.  For example the apex:repeat command isn't explained so I have no real idea about how to use it.  Can someone please provide an explanation?  Thanks.
MandyKoolMandyKool
<apex:repeat> is something similar to <apex:pageBlockTable> so you should be easily convert your <apex:pageBlockTable> to <apex:repeat>

As Salesforce want you to learn, they will leave these gaps so that people can go and see the documentation :)
Here's the link to <apex:repeat> tag's documentation.

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_repeat.htm