You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Iwasa Kazmi (JIRA)" <ji...@apache.org> on 2010/05/19 06:56:57 UTC

[jira] Updated: (WW-3448) query-string support of the s:form tag is incomplete

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

Iwasa Kazmi updated WW-3448:
----------------------------

    Attachment: ServletUrlRenderer.java.patch

Here is a patch against HEAD rev.
It fixes org.apache.struts2.components.ServletUrlRenderer#renderFormUrl().

> query-string support of the s:form tag is incomplete
> ----------------------------------------------------
>
>                 Key: WW-3448
>                 URL: https://issues.apache.org/jira/browse/WW-3448
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.8.1
>            Reporter: Iwasa Kazmi
>         Attachments: ServletUrlRenderer.java.patch
>
>
> If the namespace is specified in the s:form tag,
> and the action name was followed by query string,
> the url is not rendered correctly.
> eg.
> <s:form action="View?msgId=%{msgId}" namespace="/forum">

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