Re: Simple two button form - Struts 1.2.x

2009-12-10 Thread Dan Vargas
Awesome, thanks. I've gotten it to do what I need. On Thu, Dec 10, 2009 at 7:12 AM, Mark Shifman wrote: > Use EventDispatchAction or just use javascript to go to the action you want > when the button is pushed. > mas > davargas123 wrote: > >> I am putting in page that loads at the beginning of m

Re: Simple two button form - Struts 1.2.x

2009-12-10 Thread Mark Shifman
Use EventDispatchAction or just use javascript to go to the action you want when the button is pushed. mas davargas123 wrote: I am putting in page that loads at the beginning of my application, and all it has two buttons that should end up forwarding to do one of two different actions. How can I

RE: Simple two button form - Struts 1.2.x

2009-12-09 Thread Kawczynski, David
dave > -Original Message- > From: davargas123 [mailto:davargas...@gmail.com] > Sent: Wednesday, December 09, 2009 3:21 PM > To: user@struts.apache.org > Subject: Simple two button form - Struts 1.2.x > > > I am putting in page that loads at the beginning of my

Simple two button form - Struts 1.2.x

2009-12-09 Thread davargas123
else{ fwd = mapping.findForward("batch"); } return fwd; } } -- View this message in context: http://old.nabble.com/Simple-two-button-form---Struts-1.2.x-tp26716992p2671