You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/09/17 20:41:36 UTC

[jira] Resolved: (PIVOT-628) Allow BXMLSerializer to assign null values to bean properties using attributes

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

Greg Brown resolved PIVOT-628.
------------------------------

    Resolution: Fixed

> Allow BXMLSerializer to assign null values to bean properties using attributes
> ------------------------------------------------------------------------------
>
>                 Key: PIVOT-628
>                 URL: https://issues.apache.org/jira/browse/PIVOT-628
>             Project: Pivot
>          Issue Type: Improvement
>          Components: core-beans
>         Environment: n/a
>            Reporter: Chris Bartlett
>            Priority: Minor
>             Fix For: 2.0
>
>
> BXMLSerializer currently allows bean properties to be set to null values by using elements.
> <MyBean>
>     <nullableProperty />
> </MyBean>
> Add equivalent functionality via attributes and a custom null 'token' such as $bxml:null
> <MyBean nullableProperty="$bxml:null" />

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