RE: Extending RequestProcessor to handle validation errors

2005-02-02 Thread Benedict, Paul C
Frank, I am not sure of why you need this solution. I never came across your need -- and perhaps because I never encountered the problem. I can't imagine why you would want to dynamically control the input page. For instance, I use MappingDispatchAction and each action entry has its own

RE: Struts 1.3: Validations and Commands

2005-01-27 Thread Benedict, Paul C
why this burden needs to be carried. Thanks, Paul -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 10:35 PM To: Benedict, Paul C; 'dev@struts.apache.org' Subject: Re: Struts 1.3: Validations and Commands At 4:10 PM -0500 1/26/05

Struts 1.3: Validations and Commands

2005-01-26 Thread Benedict, Paul C
Is it the intention of Struts 1.3 to run ExecuteCommand regardless of validation failure? Looking at the commands listed in chain-config.xml, neither AbstractValidateActionForm or AbstractSelectInput return true if validation failed. I am curious about this design decision. If validation fails,

RE: DispatchChainAction (Struts 1.3)

2004-12-24 Thread Benedict, Paul C
-Original Message- From: Don Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 2:04 PM To: Benedict, Paul C Cc: dev@struts.apache.org Subject: Re: DispatchChainAction (Struts 1.3) You raise a good point. Unfortunately, only one parameter can be passed through ActionMapping