[ 
https://issues.apache.org/jira/browse/ISIS-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008111#comment-14008111
 ] 

ASF subversion and git services commented on ISIS-582:
------------------------------------------------------

Commit 1597279 from [~danhaywood] in branch 'site/trunk'
[ https://svn.apache.org/r1597279 ]

ISIS-582 workaround page

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



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

Reply via email to