anyone? :(

----- Original Message ----- From: "Daniel Lydiard" <[EMAIL PROTECTED]>
To: "Tapestry users" <[email protected]>
Sent: Wednesday, January 25, 2006 2:51 AM
Subject: T4 CookieSource and persistant cookies.


I noticed that CookieSource doesn't write persistant cookies, is there something else that's built in I can use to do this?

Am I doing things wrong, or do I just do things the old fashion way?

I'm doing:
 @InjectObject("infrastructure:cookieSource")
 public abstract CookieSource getCookieSource();


then
getCookieSource().writeCookieValue(...); (please note that the original cookie already existed from the tapestry 3 version of the app doing things the old fashion way).

later on I do a:

getCookieSource().removeCookieValue(...);


But the cookie value is never removed.



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

Reply via email to