ERROR [org.springframework.web.servlet.DispatcherServlet] Could not complete request
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'PartyForm' defined in null: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Validator [com.XXX.validators.PartyValidator@427262] does not support command class [com.XXX.forms.BusinessFormBackingObject]
java.lang.IllegalArgumentException: Validator [com.XXX.validators.PartyValidator@427262] does not support command class [com.XXX.forms.BusinessPartyFormBackingObject]
at org.springframework.web.servlet.mvc.BaseCommandController.initApplicationContext(BaseCommandController.java:240)
at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:79)
at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:84)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:240)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:347)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)