[ http://issues.apache.org/jira/browse/XAP-197?page=all ]

James Margaris resolved XAP-197.
--------------------------------

    Resolution: Fixed

Now any attribute value starting with \ goes through some escape logic. It 
changes '\\' to '\'. '\{' to '{' and '\}' to '}'

(Technically that last one isn't really needed but it is consistent)

> No escape syntax for data binding strings
> -----------------------------------------
>
>                 Key: XAP-197
>                 URL: http://issues.apache.org/jira/browse/XAP-197
>             Project: XAP
>          Issue Type: Bug
>          Components: Data Binding
>            Reporter: James Margaris
>            Priority: Blocker
>
> An attribute in the form {...} will always be interpreted as data bound and 
> resolved into something. However if you want to have the attribute actually 
> *be* {...} you are out of luck.
> We need to support something like \{....} -> {....}

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

        

Reply via email to