Re: [Webwork-devel] #484303 URLTag bug
Brought to you by:
baldree,
rickardoberg
|
From: Rickard <ri...@xp...> - 2001-11-22 08:12:58
|
Fixed.
Matt Baldree wrote:
> Looks like there is a bug with the URL tag.
>
> Test http://localhost:8080/webwork/rss/index.jsp fails.
>
> i.e.
> <a href="<webwork:url value="'start.action'"/> returns
> "'start.action'". It should return "start.action"
>
> //old
> public int doEndTag() throws JspException
> {
> ...
> // Add page
> link.append(valueAttr);
>
> //suggested fix
> public int doEndTag() throws JspException
> {
> ...
> // Add page
> link.append(value);
>
>
>
>
>
>
> _______________________________________________
> Webwork-devel mailing list
> Web...@li...
> https://lists.sourceforge.net/lists/listinfo/webwork-devel
>
>
>
--
Rickard Öberg
|