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

[Validation] Metamodel exception if default supporting method type doesn't match.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.0.0-M3
    • None
    • Core
    • None

    Description

      eg in the demo app, I had this error:

       

      @Action(semantics = SemanticsOf.SAFE)
      @ActionLayout(promptStyle = PromptStyle.DIALOG_MODAL)
      public WrapperBooleanVm openViewModel(Boolean initialValue)

      { return new WrapperBooleanVm(initialValue); }

      public char default0OpenViewModel()

      { return 'a'; }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: