Hi all. After executing the next two lines
<c:set var="foo">1</c:set>
<c:set var="foo" value="$foo + 1"/>
the value of foo is "11"
Is there a way to get that the value of foo be 2 using expression
language?
Thanks in advance.
Pedro.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
