Customization of validation XML file names in Struts2

40 Views Asked by At

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?

0

There are 0 best solutions below