Hey guys do you have any example for like: the company decided to send staff for training then what should the hr manager tasks be like. Example of how the diagram should be like is in the attachment below:)
Thanks a million for all the help ypu guys have given me so far. I really appreciate it:)
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?
The shopping cart will display ProdImage, UnitPrice, ProductName, quantity and TotalPrice(But i dont know how to write the sql statement that sum the unit price from the database)
Hey guys I have done out a delete servlet, however I do not know how to carry on in my jsp like when I choose to delete the 1101 record it will delete.