Hello ranchers !
I'm experiencing an strange behavior in the following code:
Checking the specs, it should output "
no var" as c:remove should delete the attribute from all scopes.
The output I get is "request".
Duplicating the
<c:remove var='myvar /> line, the output is "session".
So, it looks like after finding the first occurence of the attribute, it stops removing.
Is this a correct behavior ?
Thanks in advance