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

[Validation] Metamodel exception if transient property has @Property(editing=ENABLED)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 1.9.0
    • None
    • None

    Description

      MetaModel validation

       

      for example:

      private String firstName="Anju";
      @Property(editing=Editing.ENABLED,maxLength=9,notPersisted=true)
      public String getFirstName()

      { return firstName; }

      // no setter.

      Attachments

        Activity

          People

            Unassigned Unassigned
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: