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

How to call a field from a list on extension controller to visualforce page
I have a visualforce page referencing a standard controller and extension. On the extension controller, I have three lists. How do I reference the lists in my visualforce page so that I can display fields that the extension has queried? Do I need an additional variable in my page attributes? If so, how do I write it?
It is done in the same way as it is for a regular controller. See the below example. Although it is a map in the example, the same applies to Lists
Apex Controller
Visualforce Page
See this documentation for more examples. Let me know if this helps
Thanks,
Anudeep