This is from an earlier post on the subject:
@InjectObject("service:tapestry.request.CookieSource")
public abstract CookieSource getCookieSource();and then: getCookieSource().readCookieValue(name); or getCookieSource().writeCookieValue(name, value); Also, see the API docs at: http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/services/CookieSource.html -Ryan albartell wrote:
Jesse did a great work also this mailing list contains alot of help...I see everything Jesse and the other committers are doing and I greatly appreciate it. I know how thankless open source can be (and how little assistance you actually get) because I have been there. Hopefully my emails come across as constructive as I hope for positive resolution. With that said, let's see if we can come up with a solid way to do cookies in T4 that can be added to the Tapestry documentation (instead of hidden in archives). Anybody want to start us out with a full example of how they do cookies in T4? Aaron Bartell --------------------------------------------------------------------- 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]
