From: "Rademacher Tobias" <[EMAIL PROTECTED]>
> > Or you can use other nested tags and expressions to set the value.
> >
> > <j:set var="foo">
> >     some text
> >     <j:if test="...">...</j:if>
> >     etc
> >     ${whatever}
> >     something else
> > </j:set>
> >
>
> This is genious. :-)
>
> What about expression of jstl. Can I write <j:set var="foo"
value="<bla:tag
> name="bli"/>"/> ??

You need to use the above notation; not specifying the value in the 'value'
attribute, but instead specify it inside the body of the <j:set> tag as in
the example above.

<j:set var="foo">
<blah:tag name="bli"/>
</j:set>

James
-------
http://radio.weblogs.com/0112098/

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   <mailto:turbine-maven-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-user-help@;jakarta.apache.org>

Reply via email to