Hello all, I'm having trouble hunting down a bug within a Macro.
The issue is that I'm trying to use the WikiInclude macro to include a page that calls the ParentLinkage macro. The problem is that the ParentLinkage macro calls the wiki_to_html method but does not have a request object to pass in .... this later causes ParentLinkage to bomb (I think this basically happens because the macro system only knows about requests, and the macros are not called with a request, only with an hdf object) I was wondering if there is a way that if the macro retrieve the req object that contains the hdf object? -Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
