23-Emerald I
January 21, 2010
Question
Making the product list page accept custom views.
- January 21, 2010
- 0 replies
- 588 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"<br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>
to:
<%-->Get the NmHTMLTable from the command<--%>
<jca:rendertable showcustomviewlink="true" helpcontext="ProductsHelp"<br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>
Walla!
from:
<%-->Get the NmHTMLTable from the command<--%>
<jca:rendertable showcustomviewlink="false" helpcontext="ProductsHelp"<br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>
to:
<%-->Get the NmHTMLTable from the command<--%>
<jca:rendertable showcustomviewlink="true" helpcontext="ProductsHelp"<br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>
Walla!

