I am looking at the RunData in T2 repo now and I see that getCookies makes the CookieParser re-parse the request. Your cookie was not acquired from request, so it gets lost. RunData provides getCookieParser() for retrieving the parser without parsing.
Maybe it helps Bartek Walter Alexander Banthien wrote: >Hi Alex, > >that is precisely what is happening. Is the CookieParser which I retrieve in the >screen class not the same as the one which I manipulated in the action class? > >Alex > >Alex McLintock wrote: > > > >>At 14:19 01/07/02, Alexander Banthien wrote: >> >> >>>So my question remains: why is the cookie which I set in an Action not >>>visible to >>>the Screen immediately, but only after page refresh? >>> >>> >>You set the cookie in the action....this gets sent to the user's browser, >>and you are not seeing it in the template of the same request? Well why >>should you? The cookie wont get sent back to the webapp until the next >>request.... >> >>Is that what's happening? >> >>Alex >> >> >> > >Mit freundlichen Gr��en >Alexander Banthien > >_______________________________________ >Questech GmbH >Schwarzwaldstr. 19 >79199 Kirchzarten > >Fon: +49 (0)7661 90 35-15 >Fax: +49 (0)7661 90 35-20 >www.questech.de > >_______________________________________ > > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
