hi,
>Ollie, you can try and check the text of the button that was clicked to accomplish this.
bad idea – if you use different texts for different languages, this will fail.
best way is to evaluate the id of the button, if it is a submit button.
If you’re using image buttons, you should evaluate in your Request Processor. You should keep in mind, that images have a x an y coordinate submitted, so to get the name of the element, you must get rid of these coordinates first. Do this in your request processor and set the name of the submitted element in your form.
regards Jürgen