Validator outside Struts

2004-11-29 Thread Per Lövdinger
Hi there, I would like to try out Validator outside Struts. I've got the initializion of validatorResources working. Does anyone have sample-code for using the resources and calling the validator,extracting validationResult ? thanks in advance

validation rule in one place

2004-11-29 Thread Per Lövdinger
Hi there, I have a question concerning Struts validator framework: If have the same attribute for example salary in two forms is there any possibility to define the validation rule in one place. So that my form-field can depend on that rule. regards