Nested group in Orbeon xforms
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>
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.
精彩评论