The "index" property of the clickButton step is now available. The property is
used in addition to the name and label
properties.
Marc.
paul...@visi.com wrote:
I prefer the new (non-nested) syntax you are suggesting. With one question. If
you specify an index, as in
<selectForm ...whatever.../>
<clickButton stepid="Submit the simple form" name="doIt" index="1"/>
will this cause the 2nd button in the form that has been selected to be clicked,
regardless of the button name, or will it also check the button name? I thought
i'd seen some recent mailings regarding the inability to click an (image) button
that didn't have a name. If name/label/htmlid all become irrelevant when
`index` is used, then this may also solve that other problem? i.e. any
combination of name, label, htmlid, or index is will be sufficient to find the
button.
-- Paul