Search:

Type: Posts; User: luismpedro; Keyword(s):

Search: Search took 0.03 seconds.

  1. Hi, And how can I do that? Any link that you...

    Hi,
    And how can I do that? Any link that you could post?

    Thanks again,

    Luis
  2. Here is my servlet configuration: beans...

    Here is my servlet configuration:

    beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  3. Hi, Thanks very much for your message. I...

    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">...
  4. localeChangeInterceptor not working when passing URL parameter

    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...
  5. Nested tables with display tag from MVC object model

    Dear all,
    I've the following controller:


    List<FundGroup> groups = fundManager.getFundGroupList();
    Map <Object, Object> myModel = new HashMap<Object, Object>();
    for (FundGroup...
  6. Replies
    0
    Views
    463

    Validator called before it is needed?

    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...
  7. Replies
    0
    Views
    565

    successView and validate on page load

    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...
Results 1 to 7 of 7