How update Struts library
382425Dec 10 2002 — edited Feb 28 2003I'm trying to update the struts classes used by my web application with a Nightly build.
If i change only classes on WEB-INF/lib, all work fine, but if i replace also struts library under jdeveloper installation folder, i get strange compilation errors, like if to compile are using those library:
Error: java.security.PrivilegedActionException <<java.lang.ClassNotFoundException: org.apache.commons.validator.ValidatorResources
What library are used by compiler???
Can i replace Struts library with a Nightly build?