Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 61747 invoked from network); 8 Aug 2006 15:02:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 15:02:24 -0000 Received: (qmail 22871 invoked by uid 500); 8 Aug 2006 15:02:19 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 22828 invoked by uid 500); 8 Aug 2006 15:02:19 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 22817 invoked by uid 99); 8 Aug 2006 15:02:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 08:02:19 -0700 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DATE_IN_PAST_06_12 X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [165.98.167.227] (HELO ags01.agssa.net) (165.98.167.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 08:02:17 -0700 Received-SPF: pass (ags01.agssa.net: 10.0.0.7 is whitelisted) receiver=ags01.agssa.net; client-ip=10.0.0.7; helo=[10.0.0.7]; envelope-from=agallardo@agssa.net; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Received: from [10.0.0.7] (apoyo.agssa.net [10.0.0.7]) by ags01.agssa.net (8.13.7/8.13.6) with ESMTP id k785N1kV000832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 8 Aug 2006 00:23:01 -0500 Message-ID: <44D81FB5.7060909@agssa.net> Date: Tue, 08 Aug 2006 00:23:01 -0500 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Accessing values of check-box having the same name in the stylesheets References: <182112ed0607250709x43cac25jdb295b216d3b1ce4@mail.gmail.com> In-Reply-To: <182112ed0607250709x43cac25jdb295b216d3b1ce4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (ags01.agssa.net [165.98.167.227]); Tue, 08 Aug 2006 00:23:01 -0500 (CDT) X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on agssa.net X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on ags01.agssa.net X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,AWL,WEIRD_PORT autolearn=ham version=3.0.6 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sanket Pattekar escribi�: > Hi, > > I have a html form with multiple check box. This html form is > dynamically generated based on the content. So I have kept the names > of all the check boxes as MyCheck. > > When I select multiple check-boxes, the request query is as follows > > http://localhost:8888/Mytest?MyCheck=blue&MyCheck=red&MyCheck=yellow etc. > > I have defined my xslt transformer to use-request params, so these are > available to me in the stylesheets. The problem I have is that I only > get the value of the first check box. How can I get the values of > other check box in my stylesheet You should use different names. Best Regards, Antonio Gallardo. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org