Continue migrating from T3.0A to T2.4
"Andrey Larionov" <[email protected]>
| Newsgroups | gmane.comp.java.scarab.devel |
|---|---|
| Message-ID | <[email protected]> |
In T3.0A was introduced DirectRenderer class (in pipeline package),
which putted in context for invocation from template (like
$rendere.render("TemplateName.vm")). Method render calls
Module.handleRequest. But in 2.4 this functionality is ommited.
What is the substitution for this trick in 2.4?