read parameters from friendly url in Struts2
Posted
by Ganesh
on Stack Overflow
See other posts from Stack Overflow
or by Ganesh
Published on 2010-01-05T11:49:10Z
Indexed on
2010/05/04
23:08 UTC
Read the original article
Hit count: 528
struts2
|friendly-url
Using Convention Plugin, I am able to achieve friendly URL in Struts2. Now, I want to read the parameter from the URL. How to acheive this.
http://domain.com/book/struts2
http://domain.com/book/hibernate
Regards Ganesh
© Stack Overflow or respective owner