RE: T5: Service disambiguation

2008-07-30 Thread Russell Brown
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

Re: T5: Service disambiguation

2008-07-29 Thread Filip S. Adamsen
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

RE: T5: Service disambiguation

2008-07-29 Thread Russell Brown
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

Re: T5: Service disambiguation

2008-07-29 Thread Filip S. Adamsen
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

RE: T5: Service disambiguation

2008-07-29 Thread Russell Brown
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/

Re: T5: Service disambiguation

2008-07-29 Thread Chris Lewis
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

T5: Service disambiguation

2008-07-29 Thread Russell Brown
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