Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 1192 invoked from network); 13 May 2010 04:28:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 04:28:43 -0000 Received: (qmail 64653 invoked by uid 500); 13 May 2010 04:28:42 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 64443 invoked by uid 500); 13 May 2010 04:28:40 -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 64435 invoked by uid 99); 13 May 2010 04:28:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 04:28:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [67.221.226.157] (HELO zimbra.hotwaxmedia.com) (67.221.226.157) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 04:28:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.hotwaxmedia.com (Postfix) with ESMTP id 961CE8C20001 for ; Wed, 12 May 2010 23:28:09 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.hotwaxmedia.com Received: from zimbra.hotwaxmedia.com ([127.0.0.1]) by localhost (zimbra.hotwaxmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mOb4YdgtYM68 for ; Wed, 12 May 2010 23:28:04 -0500 (CDT) Received: from [10.0.0.63] (unknown [122.168.195.52]) by zimbra.hotwaxmedia.com (Postfix) with ESMTP id 391C7EB80C9 for ; Wed, 12 May 2010 23:28:03 -0500 (CDT) Message-ID: <4BEB7FD0.3020809@hotwaxmedia.com> Date: Thu, 13 May 2010 09:58:00 +0530 From: Akash Jain User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: conditional form addition in the screen References: <1273670293189-2195999.post@n4.nabble.com> <4BEAAB92.3050908@hotwaxmedia.com> <1273677789738-2196221.post@n4.nabble.com> In-Reply-To: <1273677789738-2196221.post@n4.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello Prasanthi, do correction in your code, inline prasanthi_ofbiz wrote: > Hi Atul Vani , > Thaks for your reply. I applied same thing but no use... Check the > below code > > > > > >
> > > field should be, parameters.finAccountTransId > > > value="PageTitleEditFinAccountTrans"/> > > from-field="parameters.finAccountId"/> > > > value-field="finAccount"/> > from-field="parameters.finAccountTransId"/> > > > location="${parameters.finAccountDecoratorLocation}"> > > title="${uiLabelMap.PageTitleEditFinAccountTrans} ${uiLabelMap.CommonFor} > ${finAccount.finAccountName} [${finAccountId}]" collapsible="true"> > location="component://accounting/widget/FinAccountForms.xml"/> > > location="component://accounting/widget/FinAccountForms.xml"/> > > > > > location="${parameters.finAccountDecoratorLocation}"> > > title="${uiLabelMap.PageTitleEditFinAccountTrans} ${uiLabelMap.CommonFor} > ${finAccount.finAccountName} [${finAccountId}]" collapsible="true"> > location="component://accounting/widget/FinAccountForms.xml"/> > > location="component://accounting/widget/FinAccountForms.xml"/> > location="component://accounting/widget/GlForms.xml"/> > > > >
>
> > > Code written in bold is the extra code written by me. Before form submission > finAccountTransId value is null, after submitting form its generating > finAccountTransId value , so before submission CreateAcctgTrans1 form > should not be included . But in both cases the form is not included. Please > help me where i did the mistake. > Thanks and Regards -- Akash Jain