Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 37292 invoked from network); 6 Jun 2008 16:26:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 16:26:36 -0000 Received: (qmail 82464 invoked by uid 500); 6 Jun 2008 16:26:38 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 82408 invoked by uid 500); 6 Jun 2008 16:26:38 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 82373 invoked by uid 99); 6 Jun 2008 16:26:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 09:26:38 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 16:25:42 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K4elQ-0000at-18 for dev@struts.apache.org; Fri, 06 Jun 2008 09:26:04 -0700 Message-ID: <17696332.post@talk.nabble.com> Date: Fri, 6 Jun 2008 09:26:04 -0700 (PDT) From: VenkatBabu To: dev@struts.apache.org Subject: How to pass dynamic value to the logic:equal tag? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bs_ramana@yahoo.co.in X-Virus-Checked: Checked by ClamAV on apache.org I am new to this forum...forgive me if the question that i am going to raise is already present. I dont have time to go through all the messages which have been raised already. The problem is: I have logic:equal tag's value attribute shoud get populated by a value from the bean(i am storing the size of the vector in bean) which is used in the logic:iterate. I dont want to use scriptlets. Actually the problem is the Vector in the bean has list of strings which needs to be shown in the JSP one by one sepeared by "commas(,)" and we need to add "and" before the last string from the vector. So i need to check it dynamically whether the vector is reached the last but one. I need to solve this issue as soon as possible. Any help would be very grateful. -- View this message in context: http://www.nabble.com/How-to-pass-dynamic-value-to-the-logic%3Aequal-tag--tp17696332p17696332.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org