Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Spring
@RequestParam
Angus Ferguson
Ranch Hand
Posts: 1402
3
I like...
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
I am working in an application which uses Spring
@RequestParam(required = true, value = "langId") String langId,
I need know the real value of @RequestParam
After debbuging I don´t find it in any place
¿Any advice?
Krishna Srinivasan
Ranch Hand
Posts: 1880
I like...
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can read it here:
http://docs.spring.io/spring/docs/3.0.x/javadoc-api/org/springframework/web/bind/annotation/RequestParam.html
This is used for mapping the request parameter to the method parameter
Whizlabs Support (
info@whizlabs.com
or +91-9971838640 )
OCAJP 8
|
OCPJP 8
|
OCEJWCD
|
OCMJEA
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
org.hibernate.LazyInitializationException
CheckStyle Error - '@ResponseBody' annotation modifier does not preceed non-annotation modifiers
using JQuery with Spring 3
reCaptcha issue with Spring MVC
Calling a new JSP form a Spring Controller using Ajax
More...