Re: Validation with DefaultActionValidatorManager throws NullPointerExeption

2014-02-26 Thread Lukasz Lenart
2014-02-26 16:59 GMT+01:00 Thomas Hermann : > Do you simply mean: > > - > DefaultActionValidatorManager validator = new > DefaultActionValidatorManager(); > validator.setFileManagerFactory(new DefaultFileManagerFactory()); > validator.validate(request

Re: Validation with DefaultActionValidatorManager throws NullPointerExeption

2014-02-26 Thread Thomas Hermann
Am 26.02.2014 13:48, schrieb Lukasz Lenart: 2014-02-26 13:35 GMT+01:00 Thomas Hermann : Hello, In a JUnit-Test and in a Ajax-Server I try to validate an Object with com.opensymphony.xwork2.validator.DefaultActionValidatorManager (Version 2.3.15.3). The MyObject-validation.xml file is provided

Re: Validation with DefaultActionValidatorManager throws NullPointerExeption

2014-02-26 Thread Lukasz Lenart
2014-02-26 13:35 GMT+01:00 Thomas Hermann : > Hello, > > In a JUnit-Test and in a Ajax-Server I try to validate an Object with > com.opensymphony.xwork2.validator.DefaultActionValidatorManager (Version > 2.3.15.3). > > The MyObject-validation.xml file is provided in the same directory as the > MyOb

Validation with DefaultActionValidatorManager throws NullPointerExeption

2014-02-26 Thread Thomas Hermann
Hello, In a JUnit-Test and in a Ajax-Server I try to validate an Object with com.opensymphony.xwork2.validator.DefaultActionValidatorManager (Version 2.3.15.3). The MyObject-validation.xml file is provided in the same directory as the MyObject-Class (no action alias used). I instantiate th