How to explicitly specify the scope for the case that you've multiple attributes with the same name in different scopes?
I have two different attributes with the same name in my JSP, but I need to specify the scope.
I have ${admin.userame}
, when admin is different in requestScope
and sessionScope
.