Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 96582 invoked from network); 18 Jun 2004 16:25:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jun 2004 16:25:29 -0000 Received: (qmail 5157 invoked by uid 500); 18 Jun 2004 16:24:45 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 4960 invoked by uid 500); 18 Jun 2004 16:24:43 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 4593 invoked by uid 99); 18 Jun 2004 16:24:40 -0000 Received: from [68.157.246.80] (HELO distinctinnovations.com) (68.157.246.80) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 18 Jun 2004 09:24:40 -0700 Received: by distinctinnovations.com (Wildcat! SMTP Router v6.0.451.1) for user@struts.apache.org; Fri, 18 Jun 2004 12:24:33 -0400 Received: from scltweb02.distinctinnovations.com ([68.157.246.76]) EHLO=scltweb02 by distinctinnovations.com (Wildcat! SMTP v6.0.451.1) with SMTP id 562390955; Fri, 18 Jun 2004 12:24:31 -0400 Message-ID: <083501c45550$a41d3a20$4cf69d44@distinctinnovations.com> From: "Chris Cranford" To: "Struts Users Mailing List" Subject: bean defines Date: Fri, 18 Jun 2004 12:23:50 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0832_01C4552F.1CCB35C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-Virus-Assassin: Message filtered with wsAV v2.0.0 Build 005 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0832_01C4552F.1CCB35C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If I define a bean using bean:define from a named bean in the = request/session scope, why when I use the JSTL C taglib, does it not see = the properties of this bean? For example: UserName: UserName: The bean:write works but the c:out fails. Any clues? Chris ------=_NextPart_000_0832_01C4552F.1CCB35C0--