Re: Proposal: Template Tags

2001-10-04 Thread Jeff Turner
On Wed, Oct 03, 2001 at 05:02:34PM +0200, Cedric Dumoulin wrote: > > There is already a very similar "extended template" taglib, called Tiles, > in the contrib part of Struts project. > Doesn't two very similar taglib in different jakarta project will confuse > users ? Well look at two other

Re: [PATCH] building too hard!

2001-03-06 Thread Jeff Turner
On Tue, Mar 06, 2001 at 03:00:26AM -0600, Tim Dawson wrote: > I agree 100% -- #3 is a GREAT approach. Relying on the classpath is quite > dangerous, and the defaults specified are probably very infrequently used. Well.. please don't get me wrong, I hate classpaths as much as the next battle-scar

[PATCH] building too hard!

2001-02-27 Thread Jeff Turner
t me know if it's decent. I'll then document the parts deemed okay, and hopefully we can get them committed. Thanks :) --Jeff -- Review of jakarta-taglibs buildability 27/2/2001 Jeff Turner <[EMAIL PROTECTED]> --

Re: xsl taglib...

2001-02-27 Thread Jeff Turner
The XSL taglib is a bit undescriptive. Make sure that you're correctly specifying the path of the XML and XSLT files, and make sure they parse from the command-line. Posting a snippet of JSP would be useful. Also, are you sure the taglib is meant to with with Xalan2? I've always used it with Xala