Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-4224

Collection Parameters for RedirectResults

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.15.3
    • 2.3.20
    • Core Actions
    • None
    • Patch

    Description

      In some applications I have actions with a list member. That may be filled e.g. via checkboxlist. As we use Redirect-After-Post I want all list-elements to be present in redirect URL.

      The framework provided ServletRedirectResult uses
      StrutsResultSupport.conditionalParse()
      which in turn uses
      TextParseUtil.translateVariables()
      to resolve variables present as parameter values of a redirect result.

      Those methods convert the found object into String. When a collection is found just toString() is invoked. That is not quite useful.

      I would like to duplicate the URL-parameter-name for each element in the found collection.

      Therefore I added new Methods (with javadoc and tests):

      • StrutsResultSupport.conditionalParseCollection()
      • TextParseUtil.translateVariablesCollection()
        and using them in ServletRedirectResult.

      URL building itself does already support collections as paramter values.

      The problem was just that TextParseUtil forced the collection found on ValueStack into a string.

      Attachments

        Issue Links

          Activity

            People

              lukaszlenart Lukasz Lenart
              cn42 Christoph Nenning
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: