Hi,
And how can I do that? Any link that you could post?
Thanks again,
Luis
Type: Posts; User: luismpedro; Keyword(s):
Hi,
And how can I do that? Any link that you could post?
Thanks again,
Luis
Here is my servlet configuration:
beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Hi,
Thanks very much for your message. I checked the thread you pointed and as soon as I add:
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">...
Dear all,
I'm trying to use spring internationalization support for a new project I've and I'm getting a wired behavior of localeChangeIntercepter. This is my servlet configuration:
<bean...
Dear all,
I've the following controller:
List<FundGroup> groups = fundManager.getFundGroupList();
Map <Object, Object> myModel = new HashMap<Object, Object>();
for (FundGroup...
Dear all,
Probably this is a very naif question but I'm being around this problem for some hours now and I'm not able to see where's the error. I've a very simple FormController, FormValidator...
Dear all,
Probably this is a very naif question but I'm being around this problem for some hours now and I'm not able to see where's the error. I've a very simple FormController, FormValidator...