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 the calling context. That App object does not have the appropriate methods defined, and I'd prefer not to have to copy them there, of find some other way to share them between the two App objects.

Does anyone have any ideas on how to make this Execute() behave as what I would call a 'first class request'? In other words, get it to load and use the _app.pl that is associated with the target HTML template?

Thanks and regards,

Doug Rayner
Senior System Architect
Savicom: Next Generation eMail Marketing
http://www.savicom.net
(415) 617-9006



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org

Reply via email to