| Author |
How to get request parameters from GET request
|
shikhaj jainy
Greenhorn
Joined: Oct 21, 2010
Posts: 10
|
|
Hello Ranchers
I have a requirement in which I need to retrieve GET request parameters from url eg. http://login.html?check=yes in Spring's simpleFormController.
Can anyone suggest me how to get check parameter in controller.
I do not where to post this query in JSP or Spring forum as both are used here so I just posted it here.
Any help will be appreciated.
Thank You.
Shikha
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
|
|
|
Moved to the Spring forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Prasad Krishnegowda
Ranch Hand
Joined: Apr 25, 2010
Posts: 503
|
|
|
Have a look into referenceData function in the controller, that should do it.
|
Regards, Prasad
SCJP 5 (93%)
|
 |
 |
|
|
subject: How to get request parameters from GET request
|
|
|