2
votes

Please anyone let me know if group within a group works in Orbeon xforms.

I have tried this but the inner group is not working.

The code might look like this:

<xforms:group ref=".[condition1]"> //outer group
...
...
            <xforms:group ref=".[condition2]"> //inner group
                           ...
                           ...
            </xforms:group>
...
...
</xforms:group>
1
Nested groups should work generally. Maybe it's a XPath issue. Does it work with an absolute XPath as condition? Could you give a complete example with instance data? - tohuwawohu
Hi tohuwawohu, thanks for responding. Please see my comment on the answer for details. - Jayy

1 Answers

2
votes

Yes, you can use groups within groups in XForms, and Orbeon Forms in particular. If you're having a problem with this, I suggest that you update your question with a full but minimal example that shows the issue, so we can further help with this.