I have come in a situation where I need to create a hiperlink for each entry in collection following is my code..
       <td><a href="#" onclick="javascript:openWindow(--------)">Click 
How can i get ${current.product_id} value in blank space... so that i can pass my value to next jsp for internal processing....