mdeinum,
Thks for your response, I tried using @ModelAttribute and worked fine, but I have a strange problem, the returned date seems to be alway the date of today.
@InitBinder
...
Type: Posts; User: icon77; Keyword(s):
mdeinum,
Thks for your response, I tried using @ModelAttribute and worked fine, but I have a strange problem, the returned date seems to be alway the date of today.
@InitBinder
...
Hi All,
I'm using Spring MVC with Annotations.
The code is a MultiController and I need to bind a Date.
@Controller
public class GroupController {
@InitBinder