RE: DispatchAction with Images

2004-05-13 Thread Robert Taylor
This may help: http://issues.apache.org/bugzilla/show_bug.cgi?id=19925 robert > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Mittack > Sent: Thursday, May 13, 2004 4:29 AM > To: [EMAIL PROTECTED] > Subject: DispatchAction with Images > >

DispatchAction with Images

2004-05-13 Thread Mittack
When a Button is clicked I currently use JavaScript to set a flag in a formbean which the Action Class then uses to determine which button I pressed. Implementing in this fashion has caused numerous nested ifs in the Action Class. So that we could seperate the code into seperate functions I was

Using DispatchAction with Images

2004-05-12 Thread Matt and Ange Campbell
Hi I would like to use Dispatch Action to avoid using nested ifs in my Action Class. Currently I am using javaScript functions that are called by clicking images. They set a flag in my form bean then submit the form, the action class then determines the value of the flag in if statements. fun