EL: Inconsistent bean introspection behaviour

2002-10-24 Thread MacLeod, Kenny
Folks, I've just started delving into JSTL, and I've run into some inconsistent behaviour between some of the tags. This behaviour concerns how the EL evaluates bean expressions. For example, say I have a bean user, with a method getUserName(). The EL expression ${user.userName} works fine in

Re: EL: Inconsistent bean introspection behaviour

2002-10-24 Thread Shawn Bayern
Hi Kenny. Responses below -- On Thu, 24 Oct 2002, MacLeod, Kenny wrote: I've just started delving into JSTL, and I've run into some inconsistent behaviour between some of the tags. This behaviour concerns how the EL evaluates bean expressions. For example, say I have a bean user, with a