Re: Submit button and MyAction

2005-02-12 Thread Dakota Jack
Check: http://www.michaelmcgrady.com/button/ On Sat, 12 Feb 2005 00:22:41 -0800, Sab <[EMAIL PROTECTED]> wrote: > I have a jsp with 2 buttons. (Update and Cancel buttons.) > When 1 is clicked I want to check which button is clicked. If Update is > clicked I want to forward to another jsp. > How d

Submit button and MyAction

2005-02-12 Thread Sab
I have a jsp with 2 buttons. (Update and Cancel buttons.) When 1 is clicked I want to check which button is clicked. If Update is clicked I want to forward to another jsp. How do we write generally to submit button on jsp page, and what we write in Action class's execute method? Appreciate your rep