Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@www.apache.org Received: (qmail 2811 invoked from network); 2 Sep 2004 13:59:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Sep 2004 13:59:43 -0000 Received: (qmail 98615 invoked by uid 500); 2 Sep 2004 13:59:30 -0000 Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 98526 invoked by uid 500); 2 Sep 2004 13:59:28 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 98217 invoked by uid 99); 2 Sep 2004 13:59:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [202.144.91.165] (HELO mx-obg2.iflexsolutions.com) (202.144.91.165) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 06:59:22 -0700 Received: from fmgrt.rt.i-flex.com ([192.168.50.2]) by mx-obg2.iflexsolutions.com (8.12.10/8.12.10) with ESMTP id i82DuUEA014081 for ; Thu, 2 Sep 2004 19:26:31 +0530 Received: from fmgrt.rt.i-flex.com ([192.168.50.2]) by fmgrt.rt.i-flex.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 2 Sep 2004 19:34:14 +0530 Received: from fmg-op.opal.i-flex.com ([169.165.63.11]) by fmgrt.rt.i-flex.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 2 Sep 2004 19:34:14 +0530 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: taglib: tags embedded in output Date: Thu, 2 Sep 2004 19:34:13 +0530 Message-ID: <4421DECD1639A149826D84B0F3EE8F1F098AF125@fmg-op.opal.i-flex.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: taglib: tags embedded in output Thread-Index: AcSQ7zoUGPT42+6rQaCZtEQS+TnIcQABVpCw From: Importance: normal Priority: normal To: X-OriginalArrivalTime: 02 Sep 2004 14:04:14.0063 (UTC) FILETIME=[BA535FF0:01C490F5] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Kalki, I understood u r approach of programming. Some time back I have written a=20 Custom that outputs a string like this "" = .during the servlet compilation time this will be evaluated as string not as a tag. You can achieve this by extending the struts tag Select and Override the method renderSelectStartElement() method. Regards, Srinivas M. -----Original Message----- From: Kalika Patil-VP=20 Sent: Thursday, September 02, 2004 6:48 PM To: taglibs-user@jakarta.apache.org Subject: taglib: tags embedded in output Hi, =20 I have written a customized taglib and there is a tag say ABC. =20 If my tag ABC returns a struts tag embedded in the writer output (here in this example html taglib) for a page, then can JSP container evaluate this tag? =20 Example... my tag ABC evaluates to: =20 =20 I have used TagSupport class, it returns the above string to the JSP, but I want the output of it to be displayed. How to do that? =20 Regards, Kalika P. Patil =20 DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. DISCLAIMER: This message contains privileged and confidential information and is = intended only for the individual named.If you are not the intended = recipient you should not disseminate,distribute,store,print, copy or = deliver this message.Please notify the sender immediately by e-mail if = you have received this e-mail by mistake and delete this e-mail from = your system.E-mail transmission cannot be guaranteed to be secure or = error-free as information could be = intercepted,corrupted,lost,destroyed,arrive late or incomplete or = contain viruses.The sender therefore does not accept liability for any = errors or omissions in the contents of this message which arise as a = result of e-mail transmission. If verification is required please = request a hard-copy version. --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org