posted 11 years ago
Hello,
I have a problem with my code and hope that somebody can point me what am I doing wrong.
My program uses MVC structure. Part of it is the customer login (working), add(not working) and update(not working).
Right now, I am trying to get my addCustomer part working. When I deploy it, it gives me
java.sql.SQLException: Parameter index out of range (9 > number of parameters, which is 8)
I cannot find where I did that mistake, please help me find it.
addCustomer.html
CustomerSystem.java (controller)
Customer.java (customer class)
Thank you very much in advance for any help or advice,
Ana