For multiple submit buttons in the same form,
we have ActionEvents, which is a great way to
specify a different method for each button and
have all those methods in one single java class
(doX, doY, doZ instead of doPerform).

Is there something equivalent to this for multiple
links on the same page? One reason for this would
be to replace all those submit buttons with "rollover"
links that simulate buttons with nicer graphics.

This can of course be simulated with a parameter
passed via each link, and have doPerform discriminate
on that parameter, but it would be nicer to be able
to directly code each link action on a separate method.

Thanks,


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to