webtier@glassfish.java.net

Re: [webtier] jsp:element and namespaces

From: Hilco Wijbenga <hilco.wijbenga_at_gmail.com>
Date: Mon, 19 Apr 2010 14:52:01 -0700

On 19 April 2010 13:43, <webtier_at_javadesktop.org> wrote:
> OTOH, jsp:attribute works in a tag handlers, so can you do
>
> <c:curl>
>  <jsp:attribute name="value">/bla/bla/bla</jsp:attribute>
> </c:curl>

Ooooh! :-) Very nice, I didn't realise that was possible. Thanks!