..I wish i could..As a noob,i used an iterator to save the data into a list,and sent this list
to a datagrid.
Now my problem is,i want to navigate to the movie page whose image is clicked.
But the choosen movie whose image is clicked,is an element of the list.
I can neither directly get the data of that object(Movie),nor take it from the list(i dont know its index) on the next page.
I need to send the clicked movie's id into a movieBean class method and retrieve the info of
that movie to use on the next page.Can anyone suggest me an idea ?
Thank you..