You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2010/07/20 21:31:54 UTC

[jira] Closed: (WW-1938) Bug with multiple s:param tags inside s:url tag

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

Lukasz Lenart closed WW-1938.
-----------------------------

    Resolution: Fixed

Already fixed

> Bug with multiple  s:param tags inside s:url tag
> ------------------------------------------------
>
>                 Key: WW-1938
>                 URL: https://issues.apache.org/jira/browse/WW-1938
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>            Reporter: Pavel Rodionov
>             Fix For: 2.1.0, 2.0.10
>
>
>  <s:url id="urlFlash" action="viewFlash" includeParams="none" >
>         <s:param name="blogid" value="%{blogId}"/>
>         <s:param name="haaa" value="111"/>
>     </s:url>
> Following construction generate strange url 
> http://10.2.1.25:8081/CommentSystemWebApp/viewFlash.action?blogid=4&amp;amp;haaa=111
> Look at "amp;amp;" it's like encoding ampersand '&'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.