Pass value to another jsp

Posted by Rozer on Stack Overflow See other posts from Stack Overflow or by Rozer
Published on 2010-06-16T10:58:38Z Indexed on 2010/06/16 11:02 UTC
Read the original article Hit count: 155

Filed under:
|

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....

© Stack Overflow or respective owner

Related posts about java

Related posts about struts-1