You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Brian Buckley <br...@attbi.com> on 2003/04/03 21:05:35 UTC

lookup when a name contains a dot

Hello,  What is the JSTL syntax to lookup a value if the name of one's value
has a dot in, and if one wants the lookup to honor the standard scoping
lookup order rules (first page-scope, then request-scope, then
session-scope, then application-scope) ?

For example, 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?

Brian





---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org