Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 33314 invoked from network); 7 Apr 2000 21:11:50 -0000 Received: from mail.point2.com (204.83.38.19) by locus.apache.org with SMTP; 7 Apr 2000 21:11:50 -0000 Received: from JASON (JASON.point2.com [192.168.0.203]) by mail.point2.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-45551U100L100S0) with SMTP id AAA68 for ; Fri, 7 Apr 2000 15:10:37 -0600 From: jcollins@point2.com (Collins, Jason) To: Subject: RE: Scriptlet expressions in custom JSP tags Date: Fri, 7 Apr 2000 15:13:10 -0600 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <38EE4B44.A0DC022C@Eng.Sun.COM> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N The following URL: http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd indicates the rtexprvalue tag for a custom JSP tag. Setting this to true indicates that the particular attribute of a JSP tag supports run-time evaluation of the value of that attribute. It seems that this is pretty unambiguously defined in the JSP 1.1 spec. Why would it enter into discussions of the next spec? Or am I misunderstanding? I can't think of a work-around, can you suggest one? Thanks, j -----Original Message----- From: Anil K. Vijendran [mailto:Anil.Vijendran@eng.sun.com] Sent: April 7, 2000 2.56p To: tomcat-user@jakarta.apache.org Subject: Re: Scriptlet expressions in custom JSP tags Hi Jason, I was just talking to Mandar who's trying to fix it. You have run into an interesting case which the spec is not clear about. All the spec says is that an attribute can either be a translation-time value or a value that can be computed at request-time. What you are trying to do is a value that has a part in it which is an expression (or a request-time value). I can see this might be useful. What I'd suggest you do is for now find a workaround. One of us can bring this up for discussion in the next version of the JSP spec. "Collins, Jason" wrote: > I need to use scriptlet expressions in my custom JSP tags: > > Link > > Is this possible? It doesn't seem to work at all. I have the following entries in my taglib: > > > a > com.point2.phoenix.web.tag.Anchor > JSP > > href > true > > > target > true > > > > Thanks, > j > =========================================================== > Jason Collins Phone 306.955.1855 > Information Systems Manager Fax 306.955.0471 > Point2 Internet Systems www.point2.com > =========================================================== > > > -------------------------------------------------------------------------- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org -- Peace, Anil +<:-) -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org