Closed
Bug 338844
Opened 18 years ago
Closed 18 years ago
problem with groups inside repeats
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: allan, Assigned: allan)
References
()
Details
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
<xf:repeat nodeset="item">
<xf:group ref="data">
<xf:input ref=".">
<xf:label>Group 1: </xf:label>
</xf:input>
</xf:group>
<xf:group ref=".">
<xf:input ref="data">
<xf:label>Group 2: </xf:label>
</xf:input>
</xf:group>
</xf:repeat>
Group 1 does not work, group 2 does.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: aaronr → allan
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•18 years ago
|
||
This is fixed on trunk.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•