Re: Torque and Struts problem

2004-01-27 Thread Kris Schneider
when the class > > is > > renamed Komponent. > > > > PD > > > > - Original Message - > > From: "Kris Schneider" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > Sent: Mon

Re: Torque and Struts problem

2004-01-27 Thread Kris Schneider
s > renamed Komponent. > > PD > > - Original Message - > From: "Kris Schneider" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, January 26, 2004 3:14 PM > Subject: Re: Torque and Struts probl

Re: Torque and Struts problem

2004-01-27 Thread P. Daniell
l dealing with the same problem. Everything behaves properly when the class is renamed Komponent. PD - Original Message - From: "Kris Schneider" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 3:14 PM Sub

Re: Torque and Struts problem

2004-01-27 Thread Kris Schneider
What happens with this instead of JSTL: Paul Daniell wrote: From: "Kris Schneider" <[EMAIL PROTECTED]> I suppose this could be a classloader issue. Are all your Struts, Torque, and JSTL JAR files colocated? Yes. I am using Struts 1.1 rc1, Torque 3.0.2, and JSTL 1.0. Quoting Paul Daniell

Re: Torque and Struts problem

2004-01-26 Thread Kris Schneider
My email's acting flaky, sorry if this gets posted twice: What happens with this instead of JSTL: Paul Daniell wrote: From: "Kris Schneider" <[EMAIL PROTECTED]> I suppose this could be a classloader issue. Are all your Struts, Torque, and JSTL JAR files colocated? Yes. I am using Struts 1.

Re: Torque and Struts problem

2004-01-26 Thread Paul Daniell
From: "Kris Schneider" <[EMAIL PROTECTED]> > I suppose this could be a classloader issue. Are all your Struts, Torque, and > JSTL JAR files colocated? Yes. I am using Struts 1.1 rc1, Torque 3.0.2, and JSTL 1.0. > > Quoting Paul Daniell <[EMAIL PROTECTED]>: > > > I've encountered a strange probl

Re: Torque and Struts problem

2004-01-26 Thread Kris Schneider
I suppose this could be a classloader issue. Are all your Struts, Torque, and JSTL JAR files colocated? Quoting Paul Daniell <[EMAIL PROTECTED]>: > I've encountered a strange problem with Struts when used with Torque. I > retrieve an object using the following: > > ArrayList list = (ArrayList)Co

Torque and Struts problem

2004-01-26 Thread Paul Daniell
I've encountered a strange problem with Struts when used with Torque. I retrieve an object using the following: ArrayList list = (ArrayList)ComponentPeer.doSelect(new Criteria()); request.setAttribute("components", list); Component c = (Component)list.get(0); request.setAttribute("comptest", c); S