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/10 22:39:00 UTC

[jira] [Closed] (JUNEAU-196) @Html(noTableHeaders) should work on Collections of beans.

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

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

> @Html(noTableHeaders) should work on Collections of beans.
> ----------------------------------------------------------
>
>                 Key: JUNEAU-196
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-196
>             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
>
>
> Using the HtmlSerializer, if you try to serialize a collection or array of these beans...
> {code:java}
>     @Bean(bpi="a,b,c")
>     @Html(noTableHeaders=true)
>     public class Foo {...}
> {code}
> ...the noTableHeaders annotation is not honored.



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