Thanks, that works. You're a star! Now, a follow up ... :-)
Is there any way to do it without specifying the scope? As in <c:out value="${\"mydomain.mybean\""} (which doesn't work). Steve > -----Original Message----- > From: Bruce Perry [mailto:[EMAIL PROTECTED] > Sent: June 4, 2003 2:42 AM > To: Tag Libraries Users List > Subject: Re: Accessing scope attributes with dotted names using JSTL > > > Try this: > > > <c:out value="${requestScope[\"mydomain.mybean\"]"} /> > > "requestScope" is an EL implicit object. > > Bruce > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]