Hey guys currently i am using textfield to find the product name from the database and display the specific information. Like for example I type in Reb beanie and if the red beanie exists, it will show the record of it and i am able to click on the product name called reb beanie in order to view the specific detail of it.
I make use if
servlet as well as
jsp:
This is my servlet
This is my jsp find text field:
And when I type reb beanie in the text field it will show the record of it:
When I click on the product name called :reb beanie, it will go to the specific details of it:
However do you guys know how to change this to correspond prodName?
Thanks you:)