Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 22741 invoked from network); 2 Mar 2003 19:54:34 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Mar 2003 19:54:34 -0000 Received: (qmail 7743 invoked by uid 97); 2 Mar 2003 19:56:16 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 7736 invoked from network); 2 Mar 2003 19:56:15 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Mar 2003 19:56:15 -0000 Received: (qmail 20855 invoked by uid 500); 2 Mar 2003 19:54:16 -0000 Mailing-List: contact struts-user-help@jakarta.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 struts-user@jakarta.apache.org Received: (qmail 20844 invoked from network); 2 Mar 2003 19:54:16 -0000 Received: from mx.symbol.com (208.17.229.230) by daedalus.apache.org with SMTP; 2 Mar 2003 19:54:16 -0000 Received: by mx.symbol.com; id h22JsK212942; Sun, 2 Mar 2003 14:54:20 -0500 (EST) Received: from unknown(157.235.5.10) by mx.symbol.com via smap (V5.5) id xma012896; Sun, 2 Mar 03 14:53:37 -0500 Received: from olapserver ([157.235.122.18]) by proxy.symbol.com (8.12.3/8.12.3) with SMTP id h22JrajL027076 for ; Sun, 2 Mar 2003 14:53:36 -0500 (EST) Message-ID: <00df01c2e0f6$324d7970$127aeb9d@olapserver> From: "Sloan Seaman" To: "Struts Users Mailing List" References: <00a801c2e0eb$0f8891a0$127aeb9d@olapserver> <002301c2e0ec$e6480b20$0e0a0a0a@newxp> Subject: Re: c:out Date: Sun, 2 Mar 2003 14:59:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Good guess... it worked ;) Thanks! -- Sloan ----- Original Message ----- From: "Joseph Fifield" To: "Struts Users Mailing List" Sent: Sunday, March 02, 2003 1:52 PM Subject: Re: c:out > This is just a guess...did you try: > > sessionScope['com.symbol.mobilecommerce.analysis.SESSION_USER'].lastName > > Joe > > ----- Original Message ----- > From: "Sloan Seaman" > To: "Tag Libraries Users List" > Cc: "Struts Users Mailing List" > Sent: Sunday, March 02, 2003 1:39 PM > Subject: c:out > > > > I have a variable in the session named: > > com.symbol.mobilecommerce.analysis.SESSION_USER > > > > I want to get the object via c:out and use it in a JSP page. > > When I have the variable just named SESSION_USER it works fine. > > Example (note core:out = c:out) > > Greetings > > > > . > > > > But if I try: > > Greetings > > > > value="${sessionScope.com.symbol.mobilecommerce.analysis.SESSION_USER.firstN > > ame}"/> > > > > value="${sessionScope.com.symbol.mobilecommerce.analysis.SESSION_USER.lastNa > > me}"/>. > > > > It doesn't work. > > > > I know this is because c:out is trying to call the object com and then the > > getter symbol and so on. > > > > How do I get around this so that it works? > > > > Thanks! > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: struts-user-help@jakarta.apache.org > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org