Search:

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

Search: Search took 0.03 seconds.

  1. Hi all, Please ignore this post. Tried to...

    Hi all,

    Please ignore this post. Tried to delete this post but didn't find any option.

    I rechecked code and turned out there was a @Valid on Car.User.

    Sorry for trouble.

    Thanks,
    Santosh.
  2. Spring 3 MVC: JSR-303 Validation of Entity vs form beans - different behaviors

    Hi all,

    JSR-303 validation on an Entity and form bean show different behaviors with respect to object graphs.

    Consider following JPA Entity(s).


    @Entity
    public class User {
  3. @RequestMapping - unexpected pattern matching

    Hi all,

    Using annotations I've mapped following URL.


    @RequestMapping("/signup")
    public String signUp(@Valid User user) {
    }

    In config I've mapped a view-controller as follows.
Results 1 to 3 of 3