I am new to spring mvc.I am using simpleformcontroller.Everything is working fine.
But when users timeouts and try to login again the referenceData method is called twice.
It is very simple application.There ...
Before spring 2, in a controller we can process both GET and POST requests. The method protected Map referenceData() {...} will be executed once only when the GET request comes or ...