Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-582

[WON'T FIX] Abstract properties are not rendered in the UI (in tables)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • viewer-wicket-1.3.0
    • 1.17.0
    • Viewer Wicket
    • None

    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

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            jcvanderwal Jeroen van der Wal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: