OPS 3.7 - Child Nodes and Calender component problem

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

OPS 3.7 - Child Nodes and Calender component problem

gkl01
We were building controls dynamically in 3.5 using xforms: repeat tag. Based on <type>, drop-down is built from the <values> tag. Values in the drop down are built by the <data> element.
 
However with 3.7, when a node with child nodes is referred, we are not able to set the values that are displayed in the control.
 
XS:Date Bind is not getting calendar even when all nodes are bound.

Thanks Ops3%5B1%5D.7_Issue.pptxpathops3.7problem
Reply | Threaded
Open this post in threaded view
|

Re: OPS 3.7 - Child Nodes and Calender component problem

venkata subrahmanyam
Hi

The problem is solved when the node containing the child elements is changed to a child node like <values></values> 

<data>
       <label/>
       <value/>
</data>

the correspondig nodes for dropdown are parsed with xpath ../data to <itemset> 
gkl01 wrote
2) The date fileds are also geeting bind to calendar however it is making Required true always even not speicfied required true.


We were building controls dynamically in 3.5 using xforms: repeat tag. Based on <type>, drop-down is built from the <values> tag. Values in the drop down are built by the <data> element.
 
However with 3.7, when a node with child nodes is referred, we are not able to set the values that are displayed in the control.
 
XS:Date Bind is not getting calendar even when all nodes are bound.

Thanks Ops3%5B1%5D.7_Issue.pptxpathops3.7problem