Hi dear,
I am trying to transfer the productId from url to action class and have not been able to do that.
my front end
jsp is as follows:
My action class showpdtsuppliers.java is as follows:
My Supplier.java class is as follows:
As you can see that I am trying to get the productId and have used:
but its been of no help.
I have also used:
butthis method has also not been able to get the productID from the front end jsp.
I am appending the output.
xxxxxxxxxxxxxx
Product Id =
Driver Loaded
Database is connected
Product Id =
Product Name = null
com.mysql.jdbc.PreparedStatement@8ab08f: Select suppliername from supplier_proddetails where productid=''[B@14d921a
rscom.mysql.jdbc.ResultSet@1b32627
xxxxxxxxxxxxxxxxx
Please help.