Hi everyone, I hope you might be able to help me with this issue. I want a form bean to perform more complex validation than what is possible with the property annotations. Think "if property A has the value X then property B must not be greater than Y".
In Struts I would simply override the validate method. How do I do this in Beehive? Thanks for your help, Philipp
