I know there's a perform method, however, according to the documentation Struts 1.0.1, the perform method is deprecated and we should use the execute method. That's where my problem lies.
Bradley M. Handy Programmer/Analyst Spring Arbor University http://www.arbor.edu mailto:[EMAIL PROTECTED] -----Original Message----- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 11:41 AM To: [EMAIL PROTECTED] Subject: Re: No execute method in Action class. >>>>> "Bradley" == Bradley M Handy <[EMAIL PROTECTED]> writes: Bradley> I'm developing an application in Forte, and I've mounted the struts.jar Bradley> file. When I derive my action class I go to have Forte automatically Bradley> generate the code for the 'execute' method, and it's not there. Bradley> At first I thought maybe I had the wrong binary release. I went to download Bradley> the current version, but when I went to extract the struts.jar I found files Bradley> have the same timestamp. I was wondering if there is something I can do Bradley> other than building the dist from the source. There's much that's unclear from this, but I can give you one guess: the Action class method is "perform", not "execute". Is that your problem? -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>