Thanks Shawn! BTW, I read some preview chapters of your JSTL book -- it looks very good. It's on my Christmas List!!
-----Original Message----- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:09 AM To: Tag Libraries Users List Subject: Re: Word Separator Character For Bean Key Names... On Thu, 12 Dec 2002, Hohlen, John wrote: > But this won't work with the EL syntax, right? For example: > > ${sessionScope.com.abc.fleetsystems.employee} > > Won't JSTL the Expression Language (EL) evaluator get confused and look > for nested objects? More specifically: > > getCom().getAbc().getFleetsystems().getEmployee() > > Hence, I wondering what the standard word separator, or in our case, > package separator character is. I'm guessing that it's an underscore, but > haven't seen any such recommendation. You must use the [] operator, as in ${sessionScope["com.abc.fleetsystems.employee"]} -- Shawn Bayern "JSTL in Action" http://www.manning.com/bayern -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
