Re: {Spam?} Re: Resin and struts

2005-08-08 Thread Simons Kevin
;) - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, August 08, 2005 8:12 PM Subject: Re: {Spam?} Re: Resin and struts Hi Simons, I think what Dave is saying is that in this case your form bean should look like this: (look at the

Re: {Spam?} Re: Resin and struts

2005-08-08 Thread GRamani
s Mailing List" To "Struts Users Mailing List" cc Subject {Spam?} Re: Resin and struts package test; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionMapping; public class testForm extends ActionForm { private String name; public

Re: Resin and struts

2005-08-08 Thread Simons Kevin
t; To: "Struts Users Mailing List" Sent: Monday, August 08, 2005 7:44 PM Subject: Re: Resin and struts Simons Kevin wrote: [...] My classes are stored in webapps/tests/web-inf/classes/test If they're in WEB-INF/classes/test then (a) do you have a "package test;" at

Re: Resin and struts

2005-08-08 Thread Dave Newton
Simons Kevin wrote: [...] My classes are stored in webapps/tests/web-inf/classes/test If they're in WEB-INF/classes/test then (a) do you have a "package test;" at the top of your testForm class file? (b) type would be "test.testForm" Dave -

Re: Resin and struts

2005-08-08 Thread Simons Kevin
"Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, August 08, 2005 7:05 PM Subject: Re: Resin and struts Not really enough info to go on, but: Simons Kevin wrote: Where's the testForm class in real life? Does it live in a

Re: Resin and struts

2005-08-08 Thread Dave Newton
Not really enough info to go on, but: Simons Kevin wrote: Where's the testForm class in real life? Does it live in a package? Where's the compiled class end up? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Resin and struts

2005-08-08 Thread Simons Kevin
Hi all, I am using resin 3.0.14 with struts1.2.7. I get a parser problem when I want to use struts (somewhere in struts-config.Xml) Here is the xml file. Can someone explain me what I am doing wrong? http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"; >