You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/04/01 02:42:05 UTC

[jira] [Updated] (TAP5-922) Allow a null or blank value to be supplied in Link.addParameter(), and render out the parameter name with the missing value

     [ https://issues.apache.org/jira/browse/TAP5-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-922:
--------------------------------------

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

> Allow a null or blank value to be supplied in Link.addParameter(), and render out the parameter name with the missing value
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-922
>                 URL: https://issues.apache.org/jira/browse/TAP5-922
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Angelo Chen
>            Priority: Minor
>             Fix For: 5.3.0
>
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira