[ic] Multiple submits in one form

Kaare Rasmussen kar@webline.dk
Wed, 01 Nov 2000 10:06:03 +0100


Finally I've had a little time to play with Interchange. I have one
question for now though.

How do I handle more than one submit button in a form? If I compare with
Embperl, there I will ask if the name of the button is present, then
it's the one that was pressed.
In Interchange, all submit buttons are present as [value button_name].
So it seems my only option is to ask for the value of the submit button.
But this is a bad solution, as the value will change for different
locales (if I'm not mistaken), so it will be almost impossible to make
an international solution.

Did I overlook something??