You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ted Husted (JIRA)" <ji...@apache.org> on 2006/12/05 01:39:57 UTC

[jira] Updated: (WW-1537) URL tag: webapp root repeats when path saved to local variable

     [ http://issues.apache.org/struts/browse/WW-1537?page=all ]

Ted Husted updated WW-1537:
---------------------------

    Summary: URL tag: webapp root repeats when path saved to local variable  (was: URL tag: webapp root repeats when saved to stack)

> URL tag: webapp root repeats when path saved to local variable
> --------------------------------------------------------------
>
>                 Key: WW-1537
>                 URL: http://issues.apache.org/struts/browse/WW-1537
>             Project: Struts 2
>          Issue Type: Bug
>            Reporter: Ted Husted
>            Priority: Blocker
>
> Markup like
> <s:url id="url" action="showActionTagDemo" namespace="/tags/non-ui/actionTag"/><s:a href="%{url}">Action
> </s:a>
> should render an URI like 
> * http://localhost:8080//struts2-showcase/tags/non-ui/
> but instead renders 
> * http://localhost:8080/struts2-showcase/struts2-showcase/tags/non-ui/
> Meanwhile 
> * <a href="<s:url id="url" action="showActionTagDemo" namespace="/tags/non-ui/actionTag"/>">Action Tag</a>
> renders correctly, the difference being one uses a local variable. 
> Similarly, 
> * <s:url id="url" value="/tags/non-ui/" /><s:a href="%{url}">Non UI Tags Examples</s:a>
> also hiccups and renders the web application root twice. 
> By contrast 
> * <s:url id="url" value="date.jsp" /><s:a href="%{url}">Date Tag</s:a>
> which doesn't inlcude a path, renders just fine, 
> * http://localhost:8080/struts2-showcase-2.0.2/tags/non-ui/date.jsp

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira