Brian wrote:
> if a value with the name "a.b" could be in either request or
> session scope, neither <c:out value="${requestScope['a.b']}" /> 
> or  <c:out value="${sessionScope['a.b']}" />
> by themselves would work.
> Is there syntax to do this?

Does <c:out value="${['a.b']}"/> work?

-- 
Wendy Smoak

Reply via email to