Re: set Collection size

2002-09-05 Thread David Geary
Karr, David wrote: >>-Original Message- >>From: Hari Mukkala [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, September 05, 2002 7:26 AM >>To: Tag Libraries Users List >>Subject: c:set Collection size >> >>I am trying to get the size of a collection (ArrayList) and >>use in c:set ex: >>>"jav

Re: c:set Collection size

2002-09-05 Thread David Geary
You can't access methods that aren't JavaBeans-compliant getter methods with the JSTL expression language, but you can do this: <%@ taglib uri='http://java.sun.com/jstl/core_rt' prefix='core_rt' %> ... david Hari Mukkala wrote: >I am trying to get the size of a collection (ArrayList) and >u

Re: JSTL XML, URL, and SQL tags, does anyone use them?

2002-06-07 Thread David Geary
Jayson Falkner wrote: > Does anyone seriously use the JSTL XML, URL, and SQL tags? I'm looking > for some reasons as to why they are helpful, but, I can't really find > any. Obviously they work, but the important point seems to be the > tag's functionality would best be placed elsewhere using

Re: Proposal: Template Tags

2001-10-05 Thread David Geary
Jeff Turner wrote: > > And, as already said in an old mail, I think that it would benefit to > > users to share ideas about templating/web-components and discuss rather than > > working alone ... > > Too late ;) The fact is, two good quality, mature templating systems > exist. > > I'm in the "m

Proposal: Template Tags

2001-10-02 Thread David Geary
and add features. I think it would make a great addition to Jakarta Taglibs. david geary