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

Allow a null or blank value to be supplied in Link.addParameter(), and render out the parameter name with the missing value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.1.0.5
    • 5.3
    • tapestry-core
    • None

    Description

      I have a query string that I need to append to a Link object, the query string is:

      ?gender=M&country=

      Link lnk = renderLinkSource.createPageRenderLink("SamplePage");

      lnk.addParameter("gender", "M"); // this works

      lnk.addParameter("country", null);

      above line failed with :

      RequestExceptionHandler Unexpected runtime exception: Parameter value was null or contained only whitespace.

      A null parameter should be valid in a URL, sometimes it is needed to have Google Analytics pick up the complete URL even it is null.

      Attachments

        Activity

          People

            Unassigned Unassigned
            angelochen960 Angelo Chen
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: