cancel
Showing results for 
Search instead for 
Did you mean: 

Collection render - Display only 3 entires

Former Member
0 Kudos
175

Hi

I need to create a news iview that only displays 3 entries from the Forms Builder. It’s quite simple to display only 3 entries, but in the bottom of the iview the page navigation is shown, the one where you can browse between pages. How can this be disabled?

I tried to set the “Max. Links for Page Browser +” to “0” but it’s was not allowed.

I am working on a Netweaver Portal Stack 11 and using the default “newscollectionrender”.

Regards,

John

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi John,

you could decompile com.sapportals.wcm.rendering.collection.cm.CollectionGridRenderer, build a new portal app for your own implementation, remove the pager GUI component, deploy, create a new CollectionRenderer Mapping (CollectionGridRendererWithoutPager, mapped to com.johnstubbe.wcm.rendering.collection.cm.CollectionGridRenderer) and use this instead of the original one.

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev

Once again thanks for your help

I was hoping that this part was a standard feature that I just had overlooked ;-(

Regards

John

former_member195891
Active Participant
0 Kudos

Hi John,

there is an easier way, that means a way based on standard configruation, to remove the Pager at the bottom of the page.

There is howto-guide "Configuring the Last10Documents Scenario" available. Please have a look at http://service.sap.com/nw-howtoguides -> Portal, KM, and Collaboration -> KM.

Just open the pdf document and search for noPager.

Kind regards,

Roland

Answers (0)