Hiii...I have one
jsp page which retrieves Images from the database and displays on the JSP page.All images have imageID also ..i m retrieving that also from database.I want to put a Up And Down buttons which can shuffle the images...Means if i click on Up button the first image it should go at the end and the second comes first ,third comes second and so on...I was thinking to pass the all images ID in an array or collection with appropriate order to the same page and then display the images in that order according to received array....How to accomplish this in JSP/JSTL...Any other suggestion will be helpful too...