RE: bean exception when using weblogic and NOT tomcat

2006-09-09 Thread David Friedman
Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Saturday, September 09, 2006 3:14 AM To: Struts Users Mailing List Subject: Re: bean exception when using weblogic and NOT tomcat all .jar files are in WEB-INF/lib folder and NOT in classes folder. A copy of struts.jar and servlet-api jar are placed in lib

Re: bean exception when using weblogic and NOT tomcat

2006-09-09 Thread Tom Jerry
s its own copy of that jar. Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Saturday, September 09, 2006 2:38 AM To: Struts Users Mailing List Subject: Re: bean exception when using weblogic and NOT tomcat however dumb the question maybe... the output shoul

RE: bean exception when using weblogic and NOT tomcat

2006-09-09 Thread David Friedman
And you've done EVERYTHING on the struts weblogic installation page? http://struts.apache.org/1.2.x/userGuide/installation-wls5.html It mentions classpath issues there as well. Regards, David - To unsubscribe, e-mail: [EMAIL PRO

RE: bean exception when using weblogic and NOT tomcat

2006-09-08 Thread David Friedman
Saturday, September 09, 2006 2:38 AM To: Struts Users Mailing List Subject: Re: bean exception when using weblogic and NOT tomcat however dumb the question maybe... the output should come As per you said, I deployed a copy of tomcat's version into weblogic... still the same error. I

Re: bean exception when using weblogic and NOT tomcat

2006-09-08 Thread Tom Jerry
t: Saturday, September 09, 2006 2:18 AM To: Struts Users Mailing List Subject: bean exception when using weblogic and NOT tomcat why do I get this error when using Weblogic??? org.apache.struts.util.RequestUtils createActionForm SEVERE: Error creating form bean of class cod

RE: bean exception when using weblogic and NOT tomcat

2006-09-08 Thread David Friedman
Also, how are your classes deployed? In a .jar file or in /WEB-INF/classes/code/LoginForm.class? Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Saturday, September 09, 2006 2:18 AM To: Struts Users Mailing List Subject: bean exception when using

RE: bean exception when using weblogic and NOT tomcat

2006-09-08 Thread David Friedman
PROTECTED] Sent: Saturday, September 09, 2006 2:18 AM To: Struts Users Mailing List Subject: bean exception when using weblogic and NOT tomcat why do I get this error when using Weblogic??? org.apache.struts.util.RequestUtils createActionForm SEVERE: Error creating form bean of class code.LoginForm

bean exception when using weblogic and NOT tomcat

2006-09-08 Thread Tom Jerry
why do I get this error when using Weblogic??? org.apache.struts.util.RequestUtils createActionForm SEVERE: Error creating form bean of class code.LoginForm java.lang.NullPointerException No error is reported when deployed in Tomcat. The output comes !!! Anyone, please throw light on this :