You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/09/10 19:15:29 UTC

[jira] Created: (XAP-513) DataBinding: Datasources with tags used in XAP schema cause errors to be thrown

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.


[jira] Updated: (XAP-513) DataBinding: Datasources with tags used in XAP schema cause errors to be thrown

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak updated XAP-513:
-----------------------------

    Attachment: db.xal

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


[jira] Updated: (XAP-513) DataBinding: Datasources with tags used in XAP schema cause errors to be thrown

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak updated XAP-513:
-----------------------------

    Attachment: HUD-1.xml

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