Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 5344 invoked from network); 11 Feb 2008 12:51:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 12:51:24 -0000 Received: (qmail 25653 invoked by uid 500); 11 Feb 2008 12:51:08 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 25623 invoked by uid 500); 11 Feb 2008 12:51:08 -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 25612 invoked by uid 99); 11 Feb 2008 12:51:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 04:51:08 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thakkar.rushikesh@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 12:50:37 +0000 Received: by py-out-1112.google.com with SMTP id u52so6811206pyb.10 for ; Mon, 11 Feb 2008 04:50:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=nPDCqYGhTas0pABjNpquRRxoreLVNibY3hqffhHm+ow=; b=QCnpikjgyJrQp28wwl6rUZkkIrEiSTVVf5YdKWknhhOVy+923qjVnGUguMv1NfReudB4EZFAZNrfGGtpdlt3OzVpRM1V0jR0ASBf0KglB9scap+32H/Cza2rmLfNqBGRwohyBi7zB6BIUUPB+hqEt2nmOdp9Qh/xG5gX7E4BZtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=an2Q+GsSsfxCusVR1I8Vt3O5dDd67iLYYuc3Jfld6kltb6yH33aD1S2/1ilVjB8jtZJvKE2SYBe5V2+qpd+JfAYktv80O+kTbA0pkQEIuKf9mDpKalnNQXCGpSfs8z+ELO8aaPWgWzruQ9nIngN5qNezpgqD2XhNTuwX4YmctuI= Received: by 10.65.158.9 with SMTP id k9mr31733249qbo.85.1202734244437; Mon, 11 Feb 2008 04:50:44 -0800 (PST) Received: by 10.65.139.20 with HTTP; Mon, 11 Feb 2008 04:50:44 -0800 (PST) Message-ID: Date: Mon, 11 Feb 2008 13:50:44 +0100 From: "Rushikesh Thakkar" To: user@struts.apache.org Subject: How to iterate session variable MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_123_33254838.1202734244428" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_123_33254838.1202734244428 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I am trying to iterate the a session variable of type HashMap using the following code: It is not producing any markup. I have made sure that the variable is present in the session and has valid values within. Kindly help me.. ------=_Part_123_33254838.1202734244428--