JavaBeans JSP dealing with GET requests

Posted by James Moore on Stack Overflow See other posts from Stack Overflow or by James Moore
Published on 2010-04-13T17:30:41Z Indexed on 2010/04/13 17:33 UTC
Read the original article Hit count: 397

Filed under:
|
|

Hello,

I understand how POST works but if for example the following request is made:

GET /index.jsp?page=home

How do I get get this in a MVC form?

Thanks

© Stack Overflow or respective owner

Related posts about javabeans

Related posts about mvc