Uploaded image for project: 'XWork'
  1. XWork
  2. XW-992

support for converting input into Sets

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0
    • None
    • None

    Description

      could you guys add support for handling Sets in actions?

      right now I'm getting Lists and converting to Sets

      im using this now:

      public void setRoles(List roles)

      { this.roles = roles; }

      but I'd like to use:


      public void setRoles(Set roles) { this.roles = roles; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            lagcisco Francisco Hernandez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: