I have the following <xforms> code that works (from the "To Do Lists" demo):
<xforms:group ref="due[../complete='']">
<span class="todo-item">Due on <
xforms:input ref="."/></span>
</xforms:group>
The following rewrite doesn't work (though I think it should):
<xforms:group ref=".[complete='' and due != '']">
<span class="todo-item">Due on <
xforms:input ref="due"/></span>
</xforms:group>
The result is "Due on {blank}" date field with the calendar icon displayed. If I "View XML" I see the value present in the model and then "Back to Editing", the date field renders with the correct date. Is this a bug?
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws