Hi i am currently stuck in a dilemma. I was thinking about an application in which users could add books randomly..
Now when the database is queried it displays all the books present with a hyperlink under the names of the books.When a user clicks on the hyperlink a separate
jsp page is loaded with the details of the book.
What i wanted to do was embed the name of a book and its id in the hyperlink and when the
servlet runs it extracts the data from the jsp. How could i do that. One way i think would be is to use a hidden input box .. any other recommendations ??