Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 34217 invoked from network); 20 Aug 2010 10:32:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 10:32:10 -0000 Received: (qmail 27941 invoked by uid 500); 20 Aug 2010 10:32:09 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 27678 invoked by uid 500); 20 Aug 2010 10:32:07 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 27670 invoked by uid 99); 20 Aug 2010 10:32:06 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 10:32:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pierre.smits@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 10:31:43 +0000 Received: by iwn3 with SMTP id 3so3133764iwn.31 for ; Fri, 20 Aug 2010 03:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YGINwUIkxzlSqms1ax2SXWtNys9KKz5CMSljkJ/j8JM=; b=dh8nxYLr6qDDW5OgKIjxfKbzzog2o1f5nKy2MygUhNxsNyOG2czDF2xxdFmDJ8vkSa 9qAQyzAuJcNAP/CP8mhuCUKyWXkPWhJgIiaRahvWlP2/TJTBcHF/wJpks1ooVSs9ajbI blneN+LyVtqe41U08uI07OJ1uhsNG+hXiNi60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JlNM3KRGpo3bmT4CMOtMtUuUjnEWfOFwJzjozxhACqEBljvhWpIqk94+xc1VpHp/De 3y9Xm2KUmgYamHe0qxnPCiE7kCffOL/j3/zmiYLms8+JBb0ZrM4d1y55kE0s8FB4EhL7 Sh1XPT7dexZpNQFEDRLAE5fv34DZkkOXSWzU4= MIME-Version: 1.0 Received: by 10.231.59.83 with SMTP id k19mr1331542ibh.178.1282300282515; Fri, 20 Aug 2010 03:31:22 -0700 (PDT) Received: by 10.231.130.42 with HTTP; Fri, 20 Aug 2010 03:31:22 -0700 (PDT) Date: Fri, 20 Aug 2010 12:31:22 +0200 Message-ID: Subject: Groovy question regarding passing html parameters From: Pierre Smits To: user@ofbiz.apache.org Content-Type: multipart/alternative; boundary=0014853d0106d5afdf048e3ecc19 X-Virus-Checked: Checked by ClamAV on apache.org --0014853d0106d5afdf048e3ecc19 Content-Type: text/plain; charset=ISO-8859-1 In a url I pass following parameters: ?profile=10000&experience=10000,100010 In a groovy file I get the parameters.... parameter.profile parameter.experience My question is: how do I get the delegator to find entities in the database based on both parameter.profile and parameter.experience? In all the other codes in groovy files that I see it seems that parameters have only 1 value... Or I might be overlooking one... Regards,, Pierre --0014853d0106d5afdf048e3ecc19--