hi everybody,

i'm trying to call an ActionEvent from the following form: (shortened, only relevant 
stuff)

<form name="docDelete" method="post" action="$link.setAction('DeleteAction')">
<input type="image" src="muelleimer1.gif" border="0" name="eventSubmit_doDelete"/>
</form>

the log msg in the application.log looks like this: (also only the relevant stuff)

ActionEvent accepts only eventSubmit_do Keys with a value != 0
Key Value is 12
Integer != 0, accepting eventsubmit_dodelete.y
Couldn't locate the Event ( doDelete.y), running executeEvents() in 
de.movii.moviiTurbine.modules.actions.DeleteAction
Key Value is 12
Integer != 0, accepting eventsubmit_dodelete.y
DeleteAction::doPerform called!

i have successfully worked with actionevents before, but this is the first time
that i have to use an image for submitting the form.

is it possible to use an image for submitting?

the mysterious thing about it is that there is a ".y" added at the end fo the
eventSubmit_doDelete!! (see the log)

any clues?

thx in advance.

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

Reply via email to