You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/05/24 14:56:02 UTC

[jira] [Updated] (ISIS-582) Abstract properties are not rendered in the UI (in tables)

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

Dan Haywood updated ISIS-582:
-----------------------------

    Description: 
Abstract properties are not rendered in the viewer. 

As a workaround replace the abstract with a dummy implementation:

    abstract public BigDecimal getValue();

replace with:

    public BigDecimal getValue() {
        return null;
    }


NB: Have added a page to the website; please remove when this implemented... http://isis.apache.org/components/viewers/wicket/tips-and-workarounds.html

  was:
Abstract properties are not rendered in the viewer. 

As a workaround replace the abstract with a dummy implementation:

    abstract public BigDecimal getValue();

replace with:

    public BigDecimal getValue() {
        return null;
    }


> Abstract properties are not rendered in the UI (in tables)
> ----------------------------------------------------------
>
>                 Key: ISIS-582
>                 URL: https://issues.apache.org/jira/browse/ISIS-582
>             Project: Isis
>          Issue Type: Improvement
>          Components: Viewer: Wicket
>    Affects Versions: viewer-wicket-1.3.0
>            Reporter: Jeroen van der Wal
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: viewer-wicket-1.5.0
>
>
> Abstract properties are not rendered in the viewer. 
> As a workaround replace the abstract with a dummy implementation:
>     abstract public BigDecimal getValue();
> replace with:
>     public BigDecimal getValue() {
>         return null;
>     }
> NB: Have added a page to the website; please remove when this implemented... http://isis.apache.org/components/viewers/wicket/tips-and-workarounds.html



--
This message was sent by Atlassian JIRA
(v6.2#6252)