On Tue, 9 Jul 2002, Nathan Coast wrote:

> OK, I gave this a go but I'm not sure what I'm doing wrong (defined tag not 
> being executed).  btw if you hadn't guessed I'm no xml expert :)

Yah, I think this is an issue with Jelly not allowing you to use a tag
in the file in which it is defined.

I've had to create 2 files in the past:

        outter.jelly
        inner.jelly

outter.jelly defines the tags, and then <j:include>'s the inner
one, which can then use them.  The inner one will still need to
do taglib loading prefix->uri stuff, I think.

jstrachan: any way we can use tagdefs in the file in which they are
defined?

        -bob


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to