You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/03/15 22:57:00 UTC

[jira] [Closed] (JUNEAU-187) HtmlSerializer does not honor @Bean(bpi) on collections of beans with null values in first row.

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

James Bognar closed JUNEAU-187.
-------------------------------
    Fix Version/s: 8.1.4
         Assignee: James Bognar
       Resolution: Fixed

> HtmlSerializer does not honor @Bean(bpi) on collections of beans with null values in first row.
> -----------------------------------------------------------------------------------------------
>
>                 Key: JUNEAU-187
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-187
>             Project: Juneau
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 8.1.3
>            Reporter: James Bognar
>            Assignee: James Bognar
>            Priority: Major
>             Fix For: 8.1.4
>
>
> If you have a collection of beans with the following annotation....
> {code:java}
> @Bean(bpi="a,b,c"){code}
> ...and you try to serialize a collection of them with HtmlSerializer and the first 'b' property is null, you end up with a table with columns a,c,b which is not correct.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)