FYI: Just tried it in the playground and it works fine e.g. when you open http://localhost:8080/ds/views/windowhandling/clientwindow/test.xhtml and click on "GET Link".
The Problem is probably the Post-Redirect-Get as only the onclick of links will overwriten. If you use a button it might not work. Could you please post a sample? 2015-07-28 15:42 GMT+02:00 Thomas Andraschko <[email protected]>: > Hi, > > which version do you use? > I refactored many things in the last release. Can you also verify this > e.g. with 1.3.0? > > 2015-07-28 15:39 GMT+02:00 Markus Lachat <[email protected]>: > >> Hi, >> >> I migrated from CODI and everything went fine so far. I am using TypeSafe >> Navigation and Navigation Mode is set to redirect and viewParams is also >> included. So the application follows mostly the Post-Redirect-Get Pattern >> (as far as I understood). >> >> However I am seeing the white intermediate page, displaying the >> loading... text. The documentation states a HTML5 enabled browser caches >> the screen, css etc. to the localstorage and the flickering effect would be >> gone. >> >> I also tested the playground app, where I see the same effect. The main >> application runs on Websphere and the playground testing app on TomEE. >> >> Any suggestions? What am I doing wrong? >> >> Kind regards, >> Markus >> > >
