Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-09 Thread Joe Germuska
ath to a JSP or other thing which can be reached with RequestDispatcher.forward(...)) Joe DW - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, February 08, 2005 3:37 PM Subject: Re: Trouble with Disp

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-09 Thread Daniel Watrous
- From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, February 08, 2005 3:37 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm Thanks for the advice! I have enabled debug and found as you suggested these lines at the

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-08 Thread Daniel Watrous
MAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 07, 2005 4:19 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm You need to know what struts is trying to do. I suggest configuring the logging to "debug" - then you should find out

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Niall Pemberton
you say your using doesn't show it being used... - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 07, 2005 10:34 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
ebruary 07, 2005 2:19 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm Looks to me like your missing a "/" off your input parameter ---> input="manage_stake.jsp"> Niall P.S. don't forget to set validate back to "true". - Origina

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Niall Pemberton
ot;Struts Users Mailing List" Sent: Monday, February 07, 2005 8:42 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm > I don't get it??? Is there something obvious about the error that I should > be able to see now? I still don't have validation happen

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
ers Mailing List" Sent: Monday, February 07, 2005 1:41 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm Most problems people experience are self-inflicted :-) - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Maili

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Niall Pemberton
Most problems people experience are self-inflicted :-) - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 07, 2005 8:33 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm &g

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
;Struts Users Mailing List" Sent: Monday, February 07, 2005 1:10 PM Subject: Trouble with DispatchAction and ValidatorActionForm Hello All, I keep getting a BLANK PAGE, with NO ERRORS. Any recommendations are appreciated... I am interested in building an Action that allows me to ad

Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
Hello All, I keep getting a BLANK PAGE, with NO ERRORS. Any recommendations are appreciated... I am interested in building an Action that allows me to add a database record and edit existing records. Since both actions deal with the same table I want to use the DispatchAction and keep the add