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
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