Execute() and App objects

2009-04-02 Thread Doug Rayner
From within one request, I'm trying to Execute() an HTML template from another part of the application. That template is dependent on App object methods defined in the _app.pl that is in the same directory as the HTML template. However, the Execute() seems to use the Req and App objects from

RE: Execute() and App objects

2009-04-02 Thread Andrew O'Brien
Hi Doug, > From within one request, I'm trying to Execute() an HTML > template from > another part of the application. That template is dependent > on App object > methods defined in the _app.pl that is in the same directory > as the HTML > template. However, the Execute() seems to use th