It's possible, though a little ugly, to construct your own elements and call back into the SAX layer with these. See the internals of ESQL (on CPAN) for an example of doing this (it calls into the xsp:* tags, but you'll get the idea).

On 6 Oct 2003, at 3:00, Matthew Smith wrote:

How do you use one simpletaglib from another?

E.g. from my tag handler, I want to set a session variable - so how do I
call <session:set-attribute name="cmd">doit</session:set-attribute>
from a taglib?


To call webutils I just go
AxKit::XSP::WebUtils->redirect($blah);
That doesn't work for AxKit::XSP::Session

??

matt

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



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



Reply via email to