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!