Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1403

Add support for Arrays in request parameters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.2
    • 5.4
    • tapestry-core

    Description

      @RequestParameter annotation should work on parameters that are Arrays (obtained throw Request.getParameters()) so you could have something like this:

      Object onEventName(@RequestParameter("parameterName[]") String[] params) {
      //...
      }

      Attachments

        Activity

          People

            thiagohp Thiago Henrique De Paula Figueiredo
            raulmt Raul Montes
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: