Re: Help With Action

2005-03-11 Thread Dakota Jack
uster Joel M Contr ESC/NDC [mailto:[EMAIL PROTECTED] > Sent: Friday, March 11, 2005 10:16 AM > To: 'Struts Users Mailing List' > Subject: RE: Help With Action > > > > ?? maybe ?? > > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTE

RE: Help With Action

2005-03-11 Thread Scott Purcell
t's your problem. Any chance you have inputForward set? Even if you don't, try once with "inputForward='false'" just to see, although it should default to false. Joe -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, Marc

RE: Help With Action

2005-03-11 Thread Scott Purcell
h 11, 2005 10:25 AM To: 'Struts Users Mailing List' Subject: RE: Help With Action It seems that your input is: /dealer/jsp/login.jsp And your Failure forward is: /jsp/login.jsp Is there a reason it's different? Validation is different and happens before Action.execute where you

RE: Help With Action

2005-03-11 Thread Schuster Joel M Contr ESC/NDC
EMAIL PROTECTED] Sent: Friday, March 11, 2005 9:22 AM To: Struts Users Mailing List Subject: RE: Help With Action I guess I could do that, but the docs state that if the validation fails, request will go to the "input" tag. and I do not see how to do a redirect on that. Anyone? Scott

RE: Help With Action

2005-03-11 Thread Scott Purcell
1, 2005 10:16 AM To: 'Struts Users Mailing List' Subject: RE: Help With Action ?? maybe ?? -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 9:13 AM To: user@struts.apache.org Subject: Help With Action Hello, I have the followin

RE: Help With Action

2005-03-11 Thread Schuster Joel M Contr ESC/NDC
?? maybe ?? -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 9:13 AM To: user@struts.apache.org Subject: Help With Action Hello, I have the following action setup in my struts-config.xml file: I am failing the ActionFor