RE: Servlet class org.apache.struts.action.ActionServlet for servlet action could not be handled by the classloader with classpath

2004-01-20 Thread Bret Kumler
None at all. I just decided to build/test it with JBOSS. I had the following env: Weblogic 8.1 jdk i.4.1_03 struts 1.1 -Original Message- From: Akshay Sachdeva [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 1:35 PM To: [EMAIL PROTECTED] Subject: RE: Servlet class org.apache.str

Question with beans and nested tag

2004-01-14 Thread Bret Kumler
I have a question for you guys. I have a bean that has an ArrayList in it. MyBean{ private ArrayList theResults; public void setData (ArrayList x){ this.theResults=x; } public ArrayList getData (){ return this.theResults; } In

RE: New to struts, having an issue

2004-01-13 Thread Bret Kumler
Nevermind. LOL I forgot to remove the throw exception.. DUHH -Original Message- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 2:10 PM To: Struts Users Mailing List Subject: New to struts, having an issue Guys. I'm using JBOSS 3.2.3, struts 1.1. W

New to struts, having an issue

2004-01-13 Thread Bret Kumler
Guys. I'm using JBOSS 3.2.3, struts 1.1. When I try to execute my action I get the following on my server stdout. I thought this was depricated and to use execute() java.lang.UnsupportedOperationException: Method perform() not yet implemented. at com.faid.qa.actions.viewDataAction.execu

RE: Servlet class org.apache.struts.action.ActionServlet for servlet action could not be handled by the classloader with classpath

2004-01-12 Thread Bret Kumler
G etting the following error. I have all the jar files in my web-inf/lib dir.