Hi,
I have a page with multiple 'links'. One is an image
button and another is a simple submit button. 

I was using a Dispatch action that maps to each one of
these buttons, using javascript to set the
methodToCall on each of the buttons. worked like a
charm until...

I was informed I cannot use javascript for page
direction(in case users browser is javascript
disabled.).

So, the only way I could think of is to wrap the img
and submit button around an href and link to my
dispatch action (e.g. < a href="/MyDispatch.do"/>.

Now, it seems it's skipping my validation done in the
action form. 

Can anyone tell me what I'm doing wrong OR is there a
better way(I'm sure there is...). how about
LookupDispatchAction?

Any help is greatly appreciated!!

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to