Is it possible to access a scoped attribute if the attribute name contains a
dot?
For example, if I set a request attribute:
request.setAttribute("mydomain.mybean", bean);
I'd like to access it like this:
<c:out value="${mydomain.mybean}/>
But that doesn't work because it tries to access the mybean property of a
mydomain bean. Is there a straightforward way to do this or do I have to
abandon using dotted attribute names?
Thanks for your help.
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]