Anjali Abraham <anjalia <at> aztec.soft.net> writes:

> 
> Hi All,
>             I need code related help in generating cookies for my pages in
> tapestry4.0v like what I need to put the codes in .page and my java file..

class MyPage {
  @InjectObject("service:tapestry.request.CookieSource")
  public abstract CookieSource getCookieSource();
  ...
  void foo() {
    getCookieSource().writeCookieValue(...);
  }
}

--
Author of e-book for learning Tapestry (www.agileskills2.org/EWDT)


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

Reply via email to