Re: T5: get name of Start page

2008-05-21 Thread Filip S. Adamsen

Yes, it is.

In a page:

  @Inject
  @Symbol("tapestry.start-page-name")
  private String startPageName;

In a service:

  Constructor(@Inject @Symbol("tapestry.start-page-name") String 
startPageName) {

...
  }

http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/conf.html
http://tapestry.formos.com/nightly/tapestry5/tapestry-ioc/symbols.html

-Filip

Leon Derks skrev:

Hello

Is it possible to get the name of the (default) start page?

Leon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



T5: get name of Start page

2008-05-21 Thread Leon Derks

Hello

Is it possible to get the name of the (default) start page?

Leon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]