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>