• illini12
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Working with a large client that is using Ideas Base Theme.  We're having Pagination issues using the IdeaStandardSetController.  We are using the <ideas:listOutputLink> control to pass a status,sort, category, and communityId to navigate to our vforce page that lists the ideas that match the params.  The IdeaStandardSetController for the page seems to read the params for sort,category,community,and status fine and displays the proper ideas that match the parameters.  However, we're trying to display pagination at the bottom of the page that shows "Idea Page 1 of ###".  In order to determine the ### number we're doing a call to the controller.getResultSize() method but it always returns the number for the entire set of all ideas not taking into consideration the parameters for sort,category,status. So even when the IdeaStandardSetController only displays 1 record in the list the getResultSize() method still returns 700+ ideas.

 

Is this a problem with the IdeaStandardSetController or are we just not using it correctly to determine the number of ideas that fit the params?

 

Does anyone know what the functional max is for the timeout attribute of the <apex:actionSupport> component?  Also, anyone know what it is by default?

 

Thanks!

 

Our admin team has been tasked with re-designing the Accounts, Contacts etc. objects using Visualforce to make them cleaner and more user friendly. Has anyone come across any design templates that can be modified to fit a specific org? Basically we are trying to come up with some ideas for custom themes or styles that we can implement.

 

Any examples or hints of where to look would be greatly appreciated.

 

Thanks

Working with a large client that is using Ideas Base Theme.  We're having Pagination issues using the IdeaStandardSetController.  We are using the <ideas:listOutputLink> control to pass a status,sort, category, and communityId to navigate to our vforce page that lists the ideas that match the params.  The IdeaStandardSetController for the page seems to read the params for sort,category,community,and status fine and displays the proper ideas that match the parameters.  However, we're trying to display pagination at the bottom of the page that shows "Idea Page 1 of ###".  In order to determine the ### number we're doing a call to the controller.getResultSize() method but it always returns the number for the entire set of all ideas not taking into consideration the parameters for sort,category,status. So even when the IdeaStandardSetController only displays 1 record in the list the getResultSize() method still returns 700+ ideas.

 

Is this a problem with the IdeaStandardSetController or are we just not using it correctly to determine the number of ideas that fit the params?