How to access url GET parameters in Struts2

Posted by Emanuel on Stack Overflow See other posts from Stack Overflow or by Emanuel
Published on 2010-05-01T19:10:14Z Indexed on 2010/05/01 19:17 UTC
Read the original article Hit count: 395

Filed under:
|
|
|
|

I have the following code:

<a href="www.localhost/Project/Show.action?test=abc"> Test </a>

And I want when I click on it to show the "test" parameter in the next page.

How can be done in Struts2?

Thanks.

© Stack Overflow or respective owner

Related posts about struts2

Related posts about action