• sheetal kawale
  • NEWBIE
  • 5 Points
  • Member since 2015
  • Software Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
There is custom pagination built for wrapper class.

Suppose I refresh the page on any page, it should remain on that page only and should not go back to 1st page.If I am on 2nd page it should stay on 2nd after refresh.

http://amitsalesforce.blogspot.ca/search?q=wrapper+pagination (http://amitsalesforce.blogspot.ca/search?q=wrapper+pagination)

I have referred above link to achieve pagination of wrapper class.
Hello,

I put an override on the "View" link for one of my custom objects. I'm sending people to a custom Visualforce page when they choose to View a record from a list view. I am trying to re-create the record detail page in Visualforce and want to put a "Back to List: [Object Name]" link right under the sectionHeader - just like you would see on a standard record detail page. I think you can do this using the "apex:commandLink" component, but cannot figure out what the correct syntax is. Does anyone know how to do this in Visualforce?

Thanks,

Rob