Reference HFSJ Pg 445
"If the value of the object is null, the attribute is removed. (If scope is not specified it will start looking at page, request, and so on)"
Now if it does find an attribute at page level, i thought only the page level attribute is removed.
It came as a surprise to me that the attribute at all levels is removed.
Output
Print set values
>com.example.bean.MyBean@8fbecf<
>request<
>session<
>application<
Print new values
><
><
><
><
Is this a bug or it is supposed to work this way?
Using
Tomcat 5.5.23