RE: XSP: How to use one custom taglib from within another

2001-06-25 Thread Christopher Painter-Wakefield
CTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: XSP: How to use one custom taglib from within another > This is a wild guess, but do you use in the > template of the ? No. It just contains some logic. Here's my setup: Cocoon 1.8.2 Weblogic 5.1.0 Solaris 2.6 JDK 1

RE: XSP: How to use one custom taglib from within another

2001-06-21 Thread William Bagby
early see :) , the and are being processed, but is not. Is the order of the namespace declarations significant? Thanks, William Bagby. -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 12:16 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

Re: XSP: How to use one custom taglib from within another

2001-06-21 Thread Christian Haul
On 20.Jun.2001 -- 12:11 PM, William Bagby wrote: > I am having trouble using one of my custom tag libraries from within > another. I wrote a "utility" taglib which consists of some generic methods > and such, and I am trying to use one of the tags like this: > > > ... > > ...

XSP: How to use one custom taglib from within another

2001-06-20 Thread William Bagby
I am having trouble using one of my custom tag libraries from within another. I wrote a "utility" taglib which consists of some generic methods and such, and I am trying to use one of the tags like this: ... ... Yet in my generated code, the tag is being inserted as