cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Making the product list page accept custom views.

avillanueva
22-Sapphire II

Making the product list page accept custom views.

In codebase\netmarkets\jsp\product\list.jsp, edit the following line
from:

<%-->Get the NmHTMLTable from the command<--%>

<jca:rendertable showcustomviewlink="false" helpcontext="ProductsHelp"&lt;br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>



to:

<%-->Get the NmHTMLTable from the command<--%>

<jca:rendertable showcustomviewlink="true" helpcontext="ProductsHelp"&lt;br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>







Walla!

0 REPLIES 0
Announcements

Top Tags