Does anybody uses struts-validator in jdeveloper or oc4j (9.x) ?I don't know why it couldn't find validation.xml in web-inf directory!notice : I should have use 9.x intead of 10g and also use struts 1.1
struts-validator does not depend on your app. server.you have to use a <plug-in> tag in your struts-config file and set the attributes to intoduce validator.xml file to your application.then your app. will recognize the file.
I'm using it.But let me see your plug-in @ ur web.xml and of coursewhere the validation.ml and rulees.xml are.