Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 84127 invoked from network); 6 May 2004 06:54:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 May 2004 06:54:55 -0000 Received: (qmail 22491 invoked by uid 500); 6 May 2004 06:54:43 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 22268 invoked by uid 500); 6 May 2004 06:54:42 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 22251 invoked from network); 6 May 2004 06:54:42 -0000 Received: from unknown (HELO london.ebizz-consulting.com) (217.155.140.214) by daedalus.apache.org with SMTP; 6 May 2004 06:54:42 -0000 Received: from mikework ([81.131.198.59] unverified) by london.ebizz-consulting.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 6 May 2004 07:53:51 +0100 Reply-To: From: "Mike Skells" To: "'Tag Libraries Developers List'" Subject: RE: getBodyContent Date: Thu, 6 May 2004 07:48:05 +0100 Organization: eBizz consulting.com Message-ID: <002f01c43336$17bbca10$0100a8c0@mikework> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <073494A2A6A9CD4985A2AFDB01906F700E6A6F@crm.iSell.local> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-OriginalArrivalTime: 06 May 2004 06:53:51.0770 (UTC) FILETIME=[E3E1E7A0:01C43336] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, You are including the body so there is not body content maintained as a separate object If you need the body to be maintained then use EVAL_BODY_BUFFERED or something like that Mike > -----Original Message----- > From: Paul Wallace [mailto:paulw@isell.com.au] > Sent: Thursday 6 May 2004 07:38 > To: taglibs-dev@jakarta.apache.org > Subject: getBodyContent > > > Hi, > How might i get the body content of my custom tag please? I have: > > public int doStartTag() { > > return Tag.EVAL_BODY_INCLUDE; > } > > public int doAfterBody() { > > BodyContent bc = getBodyContent(); > > eturn Tag.EVAL_PAGE; > } > > but bc returns null. Any ideas? > > Thanks > > Paul. > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org