Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-449

View screen doesn't cope with Integer/int types

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Scaffold
    • None

      Given

          private Integer capacity;
      
          public Integer getCapacity() {
              return capacity;
          }
      
          public void setCapacity(Integer capacity) {
              this.capacity = capacity;
          }
      

      The capacity is displayed fine in tables, but is missing on the detail screens. Looking at the source, no binding is generated.

              lincolnthree Lincoln Baxter III (Inactive)
              pmuiratbleepbleep Pete Muir (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: