RE: Home page of application

2007-04-17 Thread Firas Adiler
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

Re: Home page of application

2007-04-16 Thread Howard Lewis Ship
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