Product Exploration Sample JSP File

The Product Exploration sample page uses the TableElement data bean to represent the table header and the table cells. The DynamicForm widget bean then displays the product exploration table.

The ProductExploreDataBean is responsible for creating the product exploration data. The DynamicForm and TableElement widget beans specify parameters for the table header, the table cell, and finally the table itself. You should be aware of the following notable parameters:

The Product Exploration sample JSP file is located in the following directory:

AIXiSeriesLinuxSun Solaris Operating EnvironmentWC_installdir/samples/web/pa/pe51.jsp
WindowsWC_installdir\samples\web\pa\pe51.jsp

The Product Exploration sample JSP file uses the following beans:

Type of Bean Bean Name
WebSphere Commerce beans CategoryDataBean
Dynamic data beans ProductCountDataBean, ProductExploreDataBean, GenericLinkDataBean
Widget beans DynamicForm, TableElement