Uploaded image for project: 'Click'
  1. Click
  2. CLK-536

setRedirect() to support parameters too.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Please extend the setRedirect() methods to support parameters too.
      Right now it is possible to use parameters only by manually creating the redirect location(and using the String version of the method). This is however very error prone.
      Please extend the two existing methods:
      setRedirect(String location) and
      setRedirect(Class pageClass)

      with a "params" parameter, e.g.
      setRedirect(String location, Map params) and
      setRedirect(Class pageClass, Map params

      to work for the very required case when the destination requires parameters.

      thanks,
      Joseph.

      Attachments

        Activity

          People

            medgar Malcolm Edgar
            jschmidt71 Joseph Schmidt
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: