[Templates] Apache::Template and persistant pnotes across internal_redirects
Rick Myers
rik@sumthin.nu
Sat, 16 Mar 2002 14:37:04 -0500
> > The one solution I've come up with so far is to just point
> > the public to a directory of Apache::Registry scripts. Each
> > script then fills pnotes with references to this/that/other
> > and calls internal_redirect to a "mirror" template page.
>
> Why don't you just run the template, passing in your data? There's no need
> to use Apache::Template if you already have a Registry script running.
The idea was to avoid yet another framework and just use
Apache::Template. To "pass in my data" I need something
else, which is the Registry script.
Sort of a chicken or egg question.
--rick