[ 
https://issues.apache.org/jira/browse/XAP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Trevor Oldak closed XAP-140.
----------------------------


> Data Binding: Internet Explorer - binding w/iterator to comboBox - comboBox 
> displays as a listBox briefly
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: XAP-140
>                 URL: https://issues.apache.org/jira/browse/XAP-140
>             Project: XAP
>          Issue Type: Bug
>          Components: Data Binding
>         Environment: IE 6
>            Reporter: Matt Carbone
>
> Using IE 6---
> Binding to a listBox in a comboBox using Iterator will cause the comboBox to 
> display as a listBox briefly (during binding).
> <xal:comboBox id="c1" width="200px" >
>                     <xal:listBox selectionMode="single">
>                         <iterator xmlns="http://www.openxal.org/data"; 
> name="anIterator1" dataSource="myDataSource" select="//employee" 
> type="ONE_TIME">
>                             <xal:listItem text="{*('@lname')}" />
>                         </iterator>
>                     </xal:listBox>
> </xal:comboBox>
> ******XML DATA
> <employees>
>               <employee fname="Jeanne" lname="Doe" />
>               <employee fname="Mary" lname="Roe" />
>               <employee fname="Mary" lname="Chakravarti" />
>               <employee fname="Arne" lname="Sachnussen"/>
>               <employee fname="Manny" lname="Fein" />
> </employees>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to