From: "bob mcwhirter" <[EMAIL PROTECTED]> > 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.
That works fine now - I fixed it.. > 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? Yes! :-) James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
