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
imran Rahmanimran Rahman 

Display a custom list on visualforce page

I am creating a VIsualforce which will be a News archive page listing items from my `News` object.
I would like the page to display a list of news article titles `name` field along with their created date displayed as the `publish date`. The page needs to have pagination.
Each row should be clickable which links to the detail page of the news item.

How can I acheive this using VisualForce?
Leonardo AlvesLeonardo Alves
Hi Imran,

There is a good article on that here: http://www.salesforce.com/docs/developer/knowledge_devpre/Content/knowledge_customize_searchpage_visualforce_02pagination.htm
imran Rahmanimran Rahman
@Leonardo: This adds next and previous links to the single article pages right? This is not what I want, I only want the pagination the custom list view I want to display.