Linking two pages using JSP

Posted by jamesatha on Stack Overflow See other posts from Stack Overflow or by jamesatha
Published on 2010-04-05T17:46:27Z Indexed on 2010/04/05 17:53 UTC
Read the original article Hit count: 175

Filed under:
|

So, I am trying to use JSP to create a set of webpages. I want to link two pages so that if the user clicks a button in one page, it will trigger an event in the other page. Is there an efficient way to do this?

I was taking a look at creating cookies and/or sessions. Any suggestions on these two methods? Thanks

© Stack Overflow or respective owner

Related posts about jsp

Related posts about web-development