Re: Trouble with DispatchAction

2007-05-07 Thread zuban
spatcher are available: > http://wiki.apache.org/struts/EventActionDispatcher > > Michael. > That looks fine. I'll try it out. Thanks! -- View this message in context: http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a103643

Re: Trouble with DispatchAction

2007-05-07 Thread Michael Jouravlev
On 5/6/07, zuban <[EMAIL PROTECTED]> wrote: Laurie Harper wrote: > > zuban wrote: >> It is working if I type manualy ExampleSubmit.do?method=delete >> (The delete-method in the action-class ist calling) >> >> It is also working with this submit-button: >> >> >> But why doesn't work > onclick="t

Re: Trouble with DispatchAction

2007-05-06 Thread zuban
.e. if I click on a "add-button" "method" will have the value "add" and if I click on the "delete-button" "method" will have the value "delete". -- View this message in context: http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a10348496 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Trouble with DispatchAction

2007-05-05 Thread Laurie Harper
zuban wrote: It is working if I type manualy ExampleSubmit.do?method=delete (The delete-method in the action-class ist calling) It is also working with this submit-button: But why doesn't work ? This should be the same like in this example: http://struts.apache.org/1.x/strut

Re: Trouble with DispatchAction

2007-05-05 Thread Dave Newton
--- zuban <[EMAIL PROTECTED]> wrote: > > > > > Request[/ExampleSubmit] does not contain handler > parameter named 'method'. This may be caused by > whitespace in the label text. It could also be caused by there not being a form value for the parameter named 'method' at all. d.

Trouble with DispatchAction

2007-05-05 Thread zuban
calling) It is also working with this submit-button: But why doesn't work ? This should be the same like in this example: http://struts.apache.org/1.x/struts-extras/dispatchValidator.html -- View this message in context: http://www.nabble.com/Trouble-with-DispatchAction-

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