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

Help With Action

2005-03-11 Thread Scott Purcell
Hello, I have the following action setup in my struts-config.xml file: I am failing the ActionForm so my request should go to the "input" tag. And according to the Logger it does. 2005-03-11 10:12:12,349 INFO com.ddi.dealer.bean.LoginForm - XXX setting username= 2005-03-11 10

RE: Need Help With Action

2005-02-25 Thread David G. Friedman
invoking context. Regards, David -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 4:17 PM To: user@struts.apache.org Subject: Need Help With Action Hello, I have been working on a new struts site for a couple of days now, and I have some issues

Need Help With Action

2005-02-25 Thread Scott Purcell
Hello, I have been working on a new struts site for a couple of days now, and I have some issues that I was hoping to get some resolve on. In my JSP pages. I am using this tag for an action: When I source the file, I have this: " " Why is it adding multiple webapp URI's to my actions? My s