Return-Path: Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 65388 invoked from network); 29 Jun 2000 14:01:40 -0000 Received: from unknown (HELO rckmail01.artesiatech.com) (12.26.75.15) by locus.apache.org with SMTP; 29 Jun 2000 14:01:40 -0000 Received: by rckmail01.artesiatech.com with Internet Mail Service (5.5.2650.21) id ; Thu, 29 Jun 2000 10:00:59 -0400 Message-ID: <59D7E644923DD311BAF30008C724E4D101CA4820@rckmail01.artesiatech.com> From: "Smith, David" To: "'taglibs-user@jakarta.apache.org'" Subject: Should BodyContent.getString() evaluate my scriptlet? Date: Thu, 29 Jun 2000 10:00:58 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N When I do something like this: <%= name %> my handler's doAfterBody() performs a BodyContent.getString() and, instead of getting "Joe" or "Mary" or whatever the variable's value is, it gets "<%= name %>". How can I force it to evaluate this expression before I access it in my handler's doAfterBody()? Thanks very much. d.