Greetings,
I have recently started using
Struts 2 and am starting to port some of my old Struts applications over.
One of my application has some complex validation code that makes database calls to see if values are already present, etc.
Is there a way to utilitze the Struts 2 validation framework to do this? Or do I have to do the old school way and forward to different results in an if loop based on certain results?
Thanks in advance.