Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    851

    This might help ... You milage may vary ... In...

    This might help ... You milage may vary ...

    In your xml spring configuration file try :

    <!-- Message resolvers -->
    <bean id="messageSource"...
  2. Replies
    3
    Views
    800

    You could use an Interceptor ... See the Spring...

    You could use an Interceptor ... See the Spring Pro book. Like :

    package com.blah.blah.controller;

    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;...
  3. Replies
    0
    Views
    851

    BindException typeMismatch String Long SFC

    I'm using SimpleFormController and am getting a BindException and a typeMismatch when the springframework attempts to convert a string having numeric content into a Long.

    The actual message is : ...
Results 1 to 3 of 3