what is the recommended action structure
to implement the following form pattern?
[data fields]
[operation1] [operation2]...[operationN]
I currently define a single action, forward
all the [operation] buttons to the action and let
the action distinguish between the various operations
based on a property name.
is this the only approach
or is there a better approach.
Tx
/Kobe-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

