All I want to do is send a buttons value from a .jsp file to a servlet which then retrieves values from a database specific to the button value sends values back to the page. So for example...
For example: If the user clicks a button with the value of 1 they should retrieve user 1's data from the database.
I suppose my problem is... How would i go about sending a paramater to a servlet and have the servlet respond with the requested data on the click of a button, without the page refreshing.