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
nelrib88nelrib88 

how to display items in a list

what visual force component can be used to display a list of contacts.

EIE50EIE50

For collections, you can use any of the below but not limited to,

 

<apex:dataTable>

<apex:dataList><apex:repeat>

 

Thanks.

Chamil MadusankaChamil Madusanka

Hi,

 

You can use <apex:pageBlockTable>, <apex:dataTable>, <apex:repeat> for populate the items of lists.

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_dataTable.htm

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_pageBlockTable.htm

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_repeat.htm

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

 

chamil's blog