Re: back button results in a blank

2012-08-22 Thread Jos Snellings
Hi Paul, The browser's back button problem is not a specific cocoon one. I believe that it could have different causes. It is even browser specific, I believe. The back button is just supposed to show the previous viewed resource. I usually stick to 'restful design principles'. This may help to

RE: back button results in a blank

2012-08-22 Thread Robby Pelssers
Well, I am assuming Paul is using flowscript (continuations) and they 'should' solve the back button problem for all I know. But let's first find out which version of cocoon he's using and if he is indeed using flowscript. @Paul, Could you perhaps setup a minimalistic test case and share it

Re: back button results in a blank

2012-08-22 Thread Paul Joseph
Yes, sorry about that I am indeed using Flowscript (Cocoon 2.11). I did read that back button issues are confined to IE and FF but not to Chrome. I have not confirmed that. I should do my homework and install the full Flowscript example set that comes with Cocoon and try it with those.

Fwd: Re: back button results in a blank

2012-08-22 Thread Paul Joseph
sorry about this, but it is indeed my error. The back button works with Cocoon flowscript even in IE. The problem was I was catching an error and displaying the error to the user in a new page that replaced the old one. I gather in this process, the continuation gets lost and as a result,

RE: Re: back button results in a blank

2012-08-22 Thread Robby Pelssers
I like problems which resolve themselves ;-) Thx for the update, Robby From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Wednesday, August 22, 2012 4:20 PM To: users@cocoon.apache.org Subject: Fwd: Re: back button results in a blank sorry about this, but it is indeed my error. The back button