You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Mathias Arens (JIRA)" <ji...@apache.org> on 2009/10/27 13:44:50 UTC

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

    [ https://issues.apache.org/struts/browse/WW-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46981#action_46981 ] 

Mathias Arens commented on WW-1938:
-----------------------------------

The bug seems to be in version 2.1.8 again. I just got that error from above. I used an url tag with two parameters like in the issue description. It would be great if it could be fixed again.

> Bug with multiple  s:param tags inside s:url tag
> ------------------------------------------------
>
>                 Key: WW-1938
>                 URL: https://issues.apache.org/struts/browse/WW-1938
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>            Reporter: Pavel Rodionov
>            Assignee: James Holmes
>             Fix For: 2.0.10, 2.1.0
>
>
>  <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.