On Sat, 12 Jan 2002, Matt Sergeant wrote: > (Forwarding to the list) > > ---------- Forwarded message ---------- > Date: Fri, 11 Jan 2002 17:20:05 -0800 > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: returning a y:tag from x: taglib > > Hi, > > I would like to write a taglib that returns tags that require > evaluation from a different taglib. Particularly, I want > my taglib to return PerForm tags. How exactly would I do this ?
For this to work you have to write your taglib as a SAX taglib, rather than using taglibhelper. It's a little more complex, but not showstoppingly so. The best thing I can do is point you to the ESQL taglib, which warp your fragile mind at first, but eventually you'll see that it calls the Util taglib for esql:get-xml :-) -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
