Source Code: Search the Product Category Description
Presents the user with a search form that finds information in the product_category table. This example reuses the model created in the previous example.
File name
Description
com/salmonllc/examples/example5/ProductCategoryModel.java
The reused model from the previous example.
com/salmonllc/examples/example6/ProductSearchController.java
The controller Java class for this example.
example6/ProductSearch.jsp
The view JSP for this example.
Return to Home Page
Run the Example