From: "Brett Porter" <[EMAIL PROTECTED]>
> The code has <x:set var="..." value="..." />
>
> The jelly:xml documentation doesn't have value, and this produces an
> error at the present when using xdoc.
> it only lists select="..." and sort="...".
>
> I have to find out what value used to mean.

AFAIK there has never been a 'value' attribute on <x:set> as this tag has
always followed the same tag in JSTL. It always uses select="..." to denote
an XPath selection.

e.g.

    <x:set var="foo" select="count(//foo/bar)"/>

However <j:set var="foo" value="${whatever}"/> on the other hand has always
used the 'value' attribute.

Confusing I know but I thought following the JSTL tags might help folks who
use both getting even more confused.

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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to