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
Good luck on your Struts project. Regards, David -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 12:20 PM To: [EMAIL PROTECTED] Subject: Newbie With Question Hello, I am just getting underway with struts and fo

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

Newbie With Question

2004-11-18 Thread Scott Purcell
Hello, I am just getting underway with struts and found an example here: http://javaboutique.internet.com/tutorials/Struts/ I have completely followed the directions and I can get the initial form to display the data that comes from the ActionForm bean. "Hansen". But after I hit the submit