<xforms:group> rendering

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

<xforms:group> rendering

ToddG
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
Reply | Threaded
Open this post in threaded view
|

Re: <xforms:group> rendering

Henrik Pettersen
Todd,

do you have a standalone/running example you can email to this list ?

Henrik

On 11/10/06, Todd Gochenour <[hidden email]> wrote:
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: <a onclick="bluecoat_allow_popup=true;try{ return top.js.OpenExtLink(window,event,this) }finally{bluecoat_allow_popup=false;}" href="http://www.objectweb.org/wws" target="_blank">http://www.objectweb.org/wws





--
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