Default no of products display in ISA Webshop Catalogue

Question: Hi all.

We are changing the presentation of ISA Webshop Catalog.

Client requires that the default numbe rof products per page be changed from 5 to 25.

In the jsp.-- it is setting the default page from:: itemPage.pageSize()

don't know from where the value is being ste first time.

Any idea.

Please help.

Regards,
Ananya

Answer:
Not sure if you still need the answer....but maybe this will help out others...

You can maintain this value by going to the XCM admin for your ISA application. For example the b2b would be http://localhost:50000/b2b/admin/xcm/init.do. When you log in (login is Administrator no password) click on Options and change the Configuration Type to IPC. Then you can change the Customer Component needed.

You can also find the SAP documentation on SAP CRM IPC 4.0.

Hope this helps,
jordan
_________________
Thank you,
Jordan
Systems Analyst

Answer:
Hi Ananya.

Go to \b2b.dev\web-app\WEB-INF\web.xml

and make the following changes:

<context-param>
<param-name>itemPageSize.catalog.isa.sapmarkets.com</param-name>
<param-value>5</param-value>
<description>Parameter gives the number of items to be displayed in catalog item list</description>
</context-param>

I think this will suffice.

- Sapped !
Copyright ?2007 - 2008 www.jt77.com