RE: Newbie With Question

2004-11-19 Thread Scott Purcell
large lesson. Thank you so much for your time, Scott -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 5:36 PM To: Struts Users Mailing List Subject: RE: Newbie With Question Scott, I think I've found your problem: The Action

RE: Newbie With Question

2004-11-18 Thread David G. Friedman
Scott, I think I've found your problem: The Action class in Struts no longer has the perform() method. If you change the method name to execute() and add the appropriate "throws" clause, you should be fine. Perform() and execute() should have the same signature except for those differences. Wh

Re: Newbie With Question

2004-11-18 Thread Bill Siggelkow
this type of problem? If so, please let me know. Thanks, Scott -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Thursday, November 18, 2004 12:11 PM To: [EMAIL PROTECTED] Subject: Re: Newbie With Question Scott, this problem can happen when you are tr

Re: Newbie With Question

2004-11-18 Thread kjc
Of Bill Siggelkow Sent: Thursday, November 18, 2004 12:11 PM To: [EMAIL PROTECTED] Subject: Re: Newbie With Question Scott, this problem can happen when you are trying to forward to a non-existent location. For example, you would see this problem if the path specified in the was invalid

Re: Newbie With Question

2004-11-18 Thread Bill Siggelkow
, Scott -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Thursday, November 18, 2004 12:11 PM To: [EMAIL PROTECTED] Subject: Re: Newbie With Question Scott, this problem can happen when you are trying to forward to a non-existent location. For example

RE: Newbie With Question

2004-11-18 Thread Scott Purcell
Of Bill Siggelkow Sent: Thursday, November 18, 2004 12:11 PM To: [EMAIL PROTECTED] Subject: Re: Newbie With Question Scott, this problem can happen when you are trying to forward to a non-existent location. For example, you would see this problem if the path specified in the was invalid

Re: Newbie With Question

2004-11-18 Thread Bill Siggelkow
Scott, this problem can happen when you are trying to forward to a non-existent location. For example, you would see this problem if the path specified in the was invalid. However, looking at your struts-config.xml I do not see any errors. I would first check that your Struts config is not thr