Hi friends,
We created one web application in
struts 1.3, in web logic 10.3.4 server and we are trying to deploy that application on web logic 10.3 server. We used jdk1.6 which is same on client environment.
Our application successfully deployed there,
jsp pages which fetching data from package classes in my application is working properly.
But, pages which having html:form are not loaded. i am getting following error.
here is my web.xml file.
here is my struts-config.xml file.
my jsp pages html:form bean declaration and code is as followed.
bellow is list of jar file i used,
antlr-2.7.2.jar
commons-beanutils-1.7.0.jar
commons-chain-1.2.jar
commons-digester-2.0.jar
commons-logging-1.0.4.jar
commons-validator-1.3.1.jar
oro-2.0.8.jar
struts-core-1.3.10.jar
struts-taglib-1.3.10.jar
struts-tiles-1.3.10.jar
I am stuck into this issue from very long time, and I tried almost everything I know, but getting same error. Any help or suggestion is appreciated.
Thanks