Derek
> Now, while creating a velocimacro I want to generically refer to the screen
> template calling the velocimacro so that I can create a link back to the
> current screen. When I use $data.getTemplateScreen(), I get
> blah/app/servlet/app/template/main/Index.vm which is no good! Is there
> an
Hi. I have screen templates separated into logical sub-directories (i.e.
template/main, template/admin, etc and I do things like
$link.setPage("main,Index.vm").
Now, while creating a velocimacro I want to generically refer to the screen
template calling the velocimacro so that I can create a lin