I am using spring rest based application. Currently i have requirement to accept content-type of application/x-www-form-urlencoded","application/json" mapped to the same uri. But its failing with...
Type: Posts; User: Rajesh Chemmery; Keyword(s):
I am using spring rest based application. Currently i have requirement to accept content-type of application/x-www-form-urlencoded","application/json" mapped to the same uri. But its failing with...
I am having requrirment to convert the the input json to an excel.
Please find the configuration
<bean class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
...
Hi,
We are implementing JSR validation using
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>com.springsource.org.hibernate.validator</artifactId>
...
I am using @RequestMapping annotation at method level in my controller class. I was getting an exception when i marked the method as final. Can someone point me to the documentation for this...
can anyone help me how to use @valid with @RequestBody. is any solution for this?
Thanks for your response.
I am trying to implement validation for my web application like described in section 5.7.4 of the Spring 3.0 documentation, But it dosent worked.
As...
Can anyone tell me in which version of WebDataBinder class is having this API(setValidator). I am getting error in eclipse, this method is undefined for type WebDataBinder.
Please find the code...