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>
link|improve this question

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 Sep 27 '11 at 10:24
Hi tohuwawohu, thanks for responding. Please see my comment on the answer for details. – Kaipa M Sarma Sep 28 '11 at 13:53
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
Also, if you update to your question with an example, please post a quick comment here, so I am notified you did so. – avernet Sep 27 '11 at 17:35
Hi, Yeah, the nested groups works fine. I created a sample form and ran with xforms sandbox which worked fine. So it seems there is some issue with the xpath expression for my actual form. I will figure it out. – Kaipa M Sarma Sep 28 '11 at 13:55
1  
Good. And of course if you find a case where this doesn't work (whether you suspect a bug or something that could be wrong in your XForms), feel free to post another question here. – avernet Sep 28 '11 at 17:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.