Thanks Tarwn,
I had a look at the class and still can't see it. I think I have a sheet over my eyes. Thanks again for you help.
The class. Product.java is below
public class Product{
/* define the variables */
String id, title;
int quantity;
double price;
/*define the class...
Everytime I run the jsp beow I get the following error can anybody help me
Generated servlet error:
C:\Tomcat\jakarta-tomcat-4.0.6\work\Standalone\localhost\_\shop_0002dproducts$jsp.java:188: Wrong number of arguments in constructor.
Product item = new Product(item_id, title...
I am working on a book example Java Server pages in easy steps. The last chapter talks through creating a JSP online shop using jsp together with mySQL and tomcat. I am experiencing the following error everytime I run the jsp
"Class org.gjt.mm.mysql.PreparedStatement not found"
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.