I've browsed the documentation regarding validation: http://beehive.apache.org/docs/1.0m1/pageflow/validation.html
but my current need is much more fine grained validation than what the annotation can give me. Example: I need to check if value X is set in the FormBean the validation rules for Y might be different than if X = null. Is it possible to have an "old-school" validate method in the FormBean which can be used when the annotation doesn't provide enough fine grained control? Thanks ------ Trond Andersen
