Re: Odd backtracking error

2015-11-30 Thread Mark Wardle
dling it? That request won’t contain the cookies (IIRC) >>>> which results in a new session getting created and the app will return the >>>> cookie from the new session (usually with an error response as it is not >>>> handling the request. >>>>

Re: Odd backtracking error

2015-11-27 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
the request. >>> >>> Chuck >>> >>> >>> From: >> <mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>> on >>> behalf of Mark Wardle mailto:m...@wardle.org>> >>> Date: Thursday, November 26, 2015 at 2:18

Re: Odd backtracking error

2015-11-27 Thread René Bock
est. >> >> Chuck >> >> >> From: > <mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>> on >> behalf of Mark Wardle mailto:m...@wardle.org>> >> Date: Thursday, November 26, 2015 at 2:18 PM >> To: Paul Hoadley mailto:pa.

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
Wardle mailto:m...@wardle.org>> > Date: Thursday, November 26, 2015 at 2:18 PM > To: Paul Hoadley mailto:pa...@logicsquad.net>> > Cc: webobjects-dev <mailto:webobjects-dev@lists.apple.com>> > Subject: Re: Odd backtracking error > > Paul, > > That sounds

Re: Odd backtracking error

2015-11-26 Thread Chuck Hill
lto:webobjects-dev@lists.apple.com>> Subject: Re: Odd backtracking error Paul, That sounds like what might be happening and explain the inconsistency depending on, perhaps, the URL entered. I’ll give it a go. Thank you! Mark On 26 Nov 2015, at 22:16, Paul Hoadley mailto:pa...@logicsquad.net>&g

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
Paul, That sounds like what might be happening and explain the inconsistency depending on, perhaps, the URL entered. I’ll give it a go. Thank you! Mark > On 26 Nov 2015, at 22:16, Paul Hoadley wrote: > > Hi Mark, > > On 27 Nov 2015, at 6:50 am, Mark Wardle > wrote:

Re: Odd backtracking error

2015-11-26 Thread Paul Hoadley
Hi Mark, On 27 Nov 2015, at 6:50 am, Mark Wardle wrote: > I’m getting a weird backtracking error. I have a component which mainly uses > component actions and one of these component actions uses target=“_new” to > show a PDF document in a new window. > > The action uses > WORes

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
I mean “page restoration error”. Mark > On 26 Nov 2015, at 20:20, Mark Wardle wrote: > > Dear all, > > I’m getting a weird backtracking error. I have a component which mainly uses > component actions and one of these component actions uses target=“_new” to > show a PDF document in a new wind

Odd backtracking error

2015-11-26 Thread Mark Wardle
Dear all, I’m getting a weird backtracking error. I have a component which mainly uses component actions and one of these component actions uses target=“_new” to show a PDF document in a new window. The action uses WOResponse response = WOApplication.application().createRespon