You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Shawn Bayern <ba...@essentially.net> on 2002/10/25 01:30:54 UTC

RE: EL: Inconsistent bean introspection behaviour (fwd)

David Karr corrects an error in my previous post below:

---------- Forwarded message ----------
Date: Thu, 24 Oct 2002 18:27:52 -0500
From: "Karr, David" <da...@attws.com>
To: "'bayern@essentially.net'" <ba...@essentially.net>
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>