DataBinding: Datasources with tags used in XAP schema cause errors to be thrown
-------------------------------------------------------------------------------

                 Key: XAP-513
                 URL: https://issues.apache.org/jira/browse/XAP-513
             Project: XAP
          Issue Type: Bug
          Components: Data Binding
            Reporter: Trevor Oldak
            Priority: Critical
         Attachments: db.xal, HUD-1.xml

Attached is a demonstration of this bug.

In xap, a table is structured like so:
<table>
<column><header text="foo"/></column>
<row><cell text="bar"/></row>
</table>

In the dataSource, the xml is structured similarly:
  <Table> 
   <Row>
    <Cell><Data>foo</Data></Cell>
   </Row>
  </Table>

The same name of hte tags causes a conflict, though, and errors are thrown.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to