Search:

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

Search: Search took 0.08 seconds.

  1. following is my only Controller ( annotations are...

    following is my only Controller ( annotations are used ) :




    @Controller("ValidationController")
    public class ValidationController {

    @Autowired
    @Qualifier("beanValidator")
  2. Following is my validator-rules.xml ( which I...

    Following is my validator-rules.xml ( which I copied from some post :) ) :



    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE form-validation PUBLIC
    "-//Apache Software...
  3. Spring 3 integration with Commons Validation framework

    Hi ,


    I am newbie to Spring framework. I have built a very small sample application to start with , using Spring 3 MVC module.
    Application consists of single screen which asks for UserName and...
Results 1 to 3 of 3