issue now since both of the solutions above
(mine and Filip's) satisfy my requirements.
Cheers
Russell
-Original Message-
From: Filip S. Adamsen [mailto:[EMAIL PROTECTED]
Sent: 29 July 2008 20:06
To: Tapestry users
Subject: Re: T5: Service disambiguation
Hi,
You have to alias
riginal Message-
From: Filip S. Adamsen [mailto:[EMAIL PROTECTED]
Sent: 29 July 2008 13:11
To: Tapestry users
Subject: Re: T5: Service disambiguation
Hi Russell,
Take a look at aliases - should do the trick:
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/alias.h
tml
-F
Sent: 29 July 2008 13:11
To: Tapestry users
Subject: Re: T5: Service disambiguation
Hi Russell,
Take a look at aliases - should do the trick:
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/alias.h
tml
-Filip
On 2008-07-29 13:38, Russell Brown wrote:
> Hi Chris,
> Do I? I
lto:[EMAIL PROTECTED]
Sent: 29 July 2008 12:07
To: Tapestry users
Subject: Re: T5: Service disambiguation
Sounds like you want @Marker:
http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/ioc/an
notations/Marker.html
chris
Russell Brown wrote:
Hi,
I need to write secure session c
nder
built PersistentLocaleImpl class (can I??)
Cheers
Russell
-Original Message-
From: Chris Lewis [mailto:[EMAIL PROTECTED]
Sent: 29 July 2008 12:07
To: Tapestry users
Subject: Re: T5: Service disambiguation
Sounds like you want @Marker:
http://tapestry.apache.org/tapestry5/apidocs/
Sounds like you want @Marker:
http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/ioc/annotations/Marker.html
chris
Russell Brown wrote:
> Hi,
>
> I need to write secure session cookies and Tapestry Cookies interface
> and CookiesImpl don't do that. So I extend the Cookies interfac
Hi,
I need to write secure session cookies and Tapestry Cookies interface
and CookiesImpl don't do that. So I extend the Cookies interface like
this
Public interface SecureCookies extends Cookies {
void writeSecureCookie(yada,yada);
}
And create an imple that injects the