Sample: Helper JSP files for WebSphere Commerce Accelerator reports

These helper JSP files are in the directory:

common.jsp

This JSP helper must be included in all input and output JSP pages. This helper provides functionality that is required by input and output JSP pages, for example, the creation of some objects used in the report generation process.

ReportDaysWaitedHelper.jspf

Days waited text entry box component.

ReportFulfillmentHelper.jspf

Fulfillment selection component.

ReportInventoryAdjustmentCodeHelper.jspf

Inventory adjustment code selection

ReportProductHelper.jspf

Select product component

ReportStartDateEndDateHelper.jspf

A pair of date input component.To use user-defined (e.g. Start date, End date) time functions, import this helper into ReportNameReportInputView.jsp.

ReportVendorHelper.jspf

Vendor selection component

ReportFrameworkHelper.jsp

Common functions for input JSP files. When using helper JSP files, import ReportFrameworkHelper.jsp into your input JSP.

ReportOutputHelper.jsp

Output page formatter component. When using helper JSP files, import ReportOutputHelper.jsp into your output JSP.

ORReportOutputHelper.jsp

To use only pre-defined (This Month, This Year) or both pre-defined and user-defined (Start date, End date) time functions, import this helper into ReportNameReportOutputView.jsp.

ReportHeaderSummaryHelper.jsp

Output page formatter helper. This helper JSP allows you to display elements such as a header line or summary line in your output JSP.

ReportProductFindDialogView.jsp

Search criteria input page

ProductSearch.jsp

Search result selection page

Related concepts

Related tasks