hej, well I tried to follow the cookies in wicket tester. starting from the beginning I have page A that while constructing adds new cookie to response and throws (as Martin advised) ReplaceHandlerException pointing to page B. everything goes well and cookies are carried inside original response until BaseWicketTester.processRequest(forcedRequest, forcedRequestHandler, redirect) -> setupNextRequestCycle()
were new request and new response is created and my cookies info is gone :/ I guess that cookies from last response should be rewritten to new request, right?? I a bit confused how this works here, I have problems with cooking when Im testing it inside jetty so maybe this is something on my side only :/ any ideas? pozdrawiam Paweł Kamiński [email protected] [email protected] ______________________ On 9 November 2011 15:01, kamiseq <[email protected]> wrote: > so if this is the last line in my code those two approaches are pretty the > same > > pozdrawiam > Paweł Kamiński > > [email protected] > [email protected] > ______________________ >
