Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 45440 invoked from network); 8 Jun 2007 16:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 16:18:34 -0000 Received: (qmail 40568 invoked by uid 500); 8 Jun 2007 16:18:35 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 40556 invoked by uid 500); 8 Jun 2007 16:18:35 -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 40547 invoked by uid 99); 8 Jun 2007 16:18:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 09:18:35 -0700 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 (herse.apache.org: domain of amitpatidar@gmail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 09:18:31 -0700 Received: by an-out-0708.google.com with SMTP id c36so207855ana for ; Fri, 08 Jun 2007 09:18:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YVvla7ZmBYnQjPtjoRtKkaEwLvKI90EBBEKHdR+traIzkbPRa+Rf+TSYWd1iFySgyKUIZdY8Dd+AFeO0hAiUe41Vs/JVjDV0/7Ui9CS9tcYdWswJuqYTMiWiw5xUvE5Erf0s6hjDOsNUKmtQIWAgNKEpNhqscgjCaFtsEBQhGmg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jzH+JqVF/Q5GirK5HcAAEdl5cdWpveCvjpoGmUUspvPaU+FQLVwShr5PbD3NyaudJbS3TsTXFEqmbuSbuPVr9xz5sDgczDQeN8bFYsH1o9IMg0Q316xWccPRfZFd1joKAr5FPJvouMJJZIpsrfVOp97eHxGIQwo/M5+o3aQ9Urg= Received: by 10.100.247.11 with SMTP id u11mr1870914anh.1181319490261; Fri, 08 Jun 2007 09:18:10 -0700 (PDT) Received: by 10.100.154.11 with HTTP; Fri, 8 Jun 2007 09:18:10 -0700 (PDT) Message-ID: Date: Fri, 8 Jun 2007 21:48:10 +0530 From: "Amit Patidar" To: user@ofbiz.apache.org Subject: Re: Issue corresponding to represent value's of two different entities field In-Reply-To: <466978B2.4020104@sastau.it> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_96665_7044717.1181319490101" References: <466978B2.4020104@sastau.it> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_96665_7044717.1181319490101 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Here are the details that >From the ProductScreens.xml This screen include the form below >From the form Here from above code i wanted that in the " description="[${partyId}]" " it should be some thing like " description="${groupName}[${partyId}]" " where group name belongs to PartyNameView table ie i wanted to know the way how we can display the value's of two different entities in a single drop-down On 6/8/07, Jacopo Cappellato wrote: > > Amit, > > could you please provide more details? > > Jacopo > > Amit Patidar wrote: > > I am facing a problem that i have to show in a single drop-down > > value's of > > two different entities in form widget > > can anyone suggest me solution > > > > ------=_Part_96665_7044717.1181319490101--