You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Jeroen van der Wal (JIRA)" <ji...@apache.org> on 2013/11/05 11:40:17 UTC

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

Jeroen van der Wal created ISIS-582:
---------------------------------------

             Summary: Abstract properties are not rendered in the UI
                 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


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;
    }



--
This message was sent by Atlassian JIRA
(v6.1#6144)