Is there any possibility that we can give customized names for validation XMLs in Struts2.
Generally If our action class name is TestAction then validation XML name should be TestAction-actionName-validation.xml or TestAction-validation.xml.
But I want give validation in an XML like Abc.xml. Is it possible?