previous
|
index
|
next
A JSP for Adding New Sales
Here is a JSP page that uses several custom tags to create a form for adding a new sale:
AddSaleForm.jsp
.
The task of querying the database and building combo boxes is given to the custom tag
selections
(used multiple times) and the
SelectionsTag
class
Note that three tag attributes are used to allow the tag class to customize the database queries
http://redrock.d.umn.edu:8082/webapp-smit0012/AddSaleForm.jsp
previous
|
index
|
next