Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 34379 invoked from network); 23 Jun 2010 13:55:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 13:55:53 -0000 Received: (qmail 57850 invoked by uid 500); 23 Jun 2010 13:55:51 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 57567 invoked by uid 500); 23 Jun 2010 13:55:49 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 57517 invoked by uid 99); 23 Jun 2010 13:55:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 13:55:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dale@newfield.org designates 209.85.211.177 as permitted sender) Received: from [209.85.211.177] (HELO mail-yw0-f177.google.com) (209.85.211.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 13:55:39 +0000 Received: by ywh7 with SMTP id 7so4492094ywh.26 for ; Wed, 23 Jun 2010 06:55:16 -0700 (PDT) Received: by 10.229.187.6 with SMTP id cu6mr4391990qcb.64.1277301316628; Wed, 23 Jun 2010 06:55:16 -0700 (PDT) Received: from Dales-iBook.local (adsl-068-209-053-125.sip.asm.bellsouth.net [68.209.53.125]) by mx.google.com with ESMTPS id j3sm7229559qcs.13.2010.06.23.06.55.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jun 2010 06:55:14 -0700 (PDT) Message-ID: <4C22123F.6070702@newfield.org> Date: Wed, 23 Jun 2010 09:55:11 -0400 From: Dale Newfield User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Struts Users Mailing List CC: Kushan Jayathilake Subject: Re: Get a list stored in the session to the struts tag References: <4FDDA327A6C64D4BB6B4670122AA8D420239C739@lonex01.weComm.local> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 6/23/10 6:55 AM, Kushan Jayathilake wrote: > Thank you very much for your quick reply, i have found the way, > > > > no need of that # sign there. That probably means that your action has a getSession() method. Since you may use that view layer page from a different action, or you may want to get something from the session when something other than your action is on top of the value stack, I'd suggest using the # notation. -Dale --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org