| Author |
c:remove does not remove from all scopes
|
Ivan Mora
Greenhorn
Joined: Jul 24, 2009
Posts: 10
|
|
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
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
Funny that it worked fine with Tomcat5.5.
Which container are you using ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Ivan Mora
Greenhorn
Joined: Jul 24, 2009
Posts: 10
|
|
Hi Christophe !
Thanks for your fast answer !
I'm using Oracle Container for Java (oc4j).
Regards
|
 |
 |
|
|
subject: c:remove does not remove from all scopes
|
|
|