How to use request.getParameter & ahref to pass & display image in another .jsp page?
Hi there,
Im creating a rating system in .jsp and im doing trial and error to figure out how to solve it. Here's the structure of the rating system.
I have a jsp page call 'ListPhotos.jsp' of all the different images and directly below every image there is a hyperlink 'Rank'. When the user clicks on it, the image that the user has selected to rate is displayed on another jsp page call 'Rank.jsp'
In the 'Rank.jsp' page, user can see the image, the rating number from 1 to 5 and checkboxes to select. Once user press the submit button, the rating numbers will be saved in 'saveRank'.jsp and in the sql database.