[Webtest] Decrement in fieldIndex
Vikenty Menshutkin
webtest@lists.canoo.com
Fri, 14 Oct 2005 14:10:19 +0400
So, where can I find the documentation for step.* functions or something
like that?
> When things get more complicated, use ScriptStep or Groovy
> (See the syntax ref for details).
>
> cheers
> Mittie
>
> > -----Original Message-----
> > From: webtest-admin@lists.canoo.com
> > [mailto:webtest-admin@lists.canoo.com]On Behalf Of Vikenty
> Menshutkin
> > Sent: Freitag, 14. Oktober 2005 11:42
> > To: WebTest Mailing List
> > Subject: [Webtest] Decrement in fieldIndex
> >
> >
> > Hi all,
> >
> > Can I use some simple math functions in (for example) fieldIndex?
> >
> > <repeat ...
> > ...
> > <setCheckbox
> > name="selected"
> > fieldIndex="#{checkBox-count}-1" <!-- NOT WORKING -->
> > checked="false" />
> > </repeat>