If by 'org.apache.tapestry.home-page' variable you mean the the meta tag
declared in your application specification file then here's how you do
it:
@InjectMeta("org.apache.tapestry.home-page")
public abstract String getHomePage();
-Original Message-
Hello,
Could you
In T4: Get the "home" engine service, and have it provide you with the
ILink.
In t5: the URL is just the context path.
On 4/15/07, soir <[EMAIL PROTECTED]> wrote:
Hello,
Could you tell me please, how do I make a link to home page of
application,
I mean the page assigned to "org.apache.tapes