Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 21713 invoked from network); 5 May 2003 22:18:10 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 May 2003 22:18:10 -0000 Received: (qmail 15539 invoked by uid 97); 5 May 2003 22:20:18 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@nagoya.betaversion.org Received: (qmail 15532 invoked from network); 5 May 2003 22:20:18 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 May 2003 22:20:18 -0000 Received: (qmail 21507 invoked by uid 500); 5 May 2003 22:18:08 -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 21494 invoked from network); 5 May 2003 22:18:08 -0000 Received: from umbongo.flamefew.net (64.253.103.114) by daedalus.apache.org with SMTP; 5 May 2003 22:18:08 -0000 Received: by umbongo.flamefew.net (Postfix on Linux (i386), from userid 500) id 3EEDD3A248B; Mon, 5 May 2003 18:18:13 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by umbongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id 36606296EB8 for ; Mon, 5 May 2003 18:18:13 -0400 (EDT) Date: Mon, 5 May 2003 18:18:13 -0400 (EDT) From: Henri Yandell X-X-Sender: To: Tag Libraries Users List Subject: RE: [OT] RE: public static final variables In-Reply-To: <0BC5187E59E2D411A81000508BB09569055FE3A2@nmrusdunsx6.nielsenmedia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It's a new taglib. Basically an answer to all the things people keep asking for in JSTL. Tim's [O'Brien] put a couple of tags in there and I've put a couple in there. So very devopment-sandbox type of library. Hen On Mon, 5 May 2003, Chen, Gin wrote: > Unless O'Brien is a Chinese name I don't know about. That would be a > negative. > Back on topic though. Is there a list of known issues for this taglib? > I am interested in using it for Static variable reading as well but I can't > use a taglib that doesn't have a list of known issues if it's not a standard > taglib. > Thanks. > -Tim > > -----Original Message----- > From: Henri Yandell [mailto:bayard@generationjava.com] > Sent: Monday, May 05, 2003 5:39 PM > To: Tag Libraries Users List > Subject: Re: [OT] RE: public static final variables > > > > Ah, my apologies. I thought you were Tim O'Brien. > > Hen > > On Mon, 5 May 2003, Chen, Gin wrote: > > > Gin Chen is Gin-Ting Chen which is my real name. I use Tim Chen to abide > by > > PABON rules. (People against butchering of names). ;) > > -Tim > > > > -----Original Message----- > > From: Henri Yandell [mailto:bayard@generationjava.com] > > Sent: Monday, May 05, 2003 4:58 PM > > To: Tag Libraries Users List > > Subject: RE: public static final variables > > > > > > > > I just cvs committed some docs I'd missed adding when I was coding it. I > > also added a bit of code to output the returned value [though it's > > untested]. > > > > Who is Gin Chen? :) > > > > Hen > > > > On Mon, 5 May 2003, Chen, Gin wrote: > > > > > Henri. I am looking at the documentation from that link you just posted > > and > > > it doesnt appear complete. > > > Is there a more descriptive version in CVS? Or is that what we are > looking > > > at? > > > Thanks, > > > -Tim > > > > > > -----Original Message----- > > > From: Henri Yandell [mailto:bayard@generationjava.com] > > > Sent: Monday, May 05, 2003 11:53 AM > > > To: Tag Libraries Users List > > > Subject: Re: public static final variables > > > > > > > > > > > > I wrote exactly this for the unstandard taglib a week or so back. > > > > > > http://jakarta.apache.org/taglibs/sandbox/doc/unstandard-doc/intro.html > > > > > > I've only tested it in one case, so chances are there are problems. One > > > such bug is in the documentation for this [just noticed]. > > > > > > The tag invocation would be: > > > > > > > > > > > > Hen > > > > > > On Mon, 5 May 2003, Brian Buckley wrote: > > > > > > > Hello, > > > > > > > > Is there a good technique to place public static final varibles into > the > > > JSP > > > > namespace so that one can access them using the EL? > > > > > > > > One can of course pollute one's JSPs with scriptlets/c_rt tags to get > > the > > > > job done > > > > > > > > <% application.setAttribute("ONE",MyEnum.ONE); %> > > > > or > > > > > > > > > > > > Ugly, rote, error prone. > > > > > > > > Is there a better way? For example, is there a tag that dumps > variables > > > > into the JSP namespace using reflection? > > > > > > > > Brian > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org