David Karr corrects an error in my previous post below:

---------- Forwarded message ----------
Date: Thu, 24 Oct 2002 18:27:52 -0500
From: "Karr, David" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: EL: Inconsistent bean introspection behaviour

> -----Original Message-----
> From: Shawn Bayern [mailto:bayern@;essentially.net]
> Sent: Thursday, October 24, 2002 4:20 PM
> 
> the following prints "George":
> 
>   <c:out value="${user.userName}" />
> 
> and the following yields an error:
> 
>    <c:out value="${user.userName}" />

I assume you meant the last line to be:

   <c:out value="${user.UserName}" />


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

Reply via email to