--- David Sinclair <[EMAIL PROTECTED]> wrote:

> When in an xforms:repeat, is there a way to do a setvalue to the index 
> of the current row (in a similar way that an xforms:delete can).   I 
> want to do something like:
>     <xforms:setvalue 
> nodeset="/form/ui/delete-index">index('documentSet'')</xforms:setvalue>

Yes, try:

    <xforms:setvalue nodeset="/form/ui/delete-index"
        value="index('documentSet')"/>

The content of the "value" attribute is an XPath expression.

Alex


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
orbeon-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to