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 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
another way around this in the API I don't know about, or is this just a bug
that I'll have to deal with with by replacing String.lastIndexOf('/')?
Many thanks,
d
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>