Re: JSF - default ClientWindowRenderMode?

2014-01-10 Thread Gerhard Petracek
+1 regards, gerhard 2014/1/9 Thomas Andraschko andraschko.tho...@gmail.com Hi, currently the default rendering mode is our windowhandler js/html way. Many people don't like it because you always get a loading screen for EACH GET request:

Re: JSF - default ClientWindowRenderMode?

2014-01-10 Thread Thomas Andraschko
: Re: JSF - default ClientWindowRenderMode? As LAZY is currently not used, no documentation available and the javadoc said something about javascript handling on client side, i thought it will a different kind of handling in the future. What should be difference between URL rendering mode

Re: JSF - default ClientWindowRenderMode?

2014-01-10 Thread Thomas Andraschko
From: Thomas Andraschko andraschko.tho...@gmail.com To: dev@deltaspike.apache.org; Mark Struberg strub...@yahoo.de Sent: Friday, 10 January 2014, 10:50 Subject: Re: JSF - default ClientWindowRenderMode? As LAZY is currently not used, no documentation

Re: JSF - default ClientWindowRenderMode?

2014-01-10 Thread Thomas Andraschko
: JSF - default ClientWindowRenderMode? Addition to the windowhandler: It will also add windowId as hidden input for postback detection, right? This will not work with e.g. PrimeFaces' partial submit mode. So the URL param will be used as fallback, right? 2014/1/10 Thomas Andraschko

Re: JSF - default ClientWindowRenderMode?

2014-01-10 Thread Mark Struberg
@deltaspike.apache.org; Mark Struberg strub...@yahoo.de Sent: Friday, 10 January 2014, 13:58 Subject: Re: JSF - default ClientWindowRenderMode? Ok would be fine for me, too! The script for the LAZY mode will just do: - if window.name == undefined - window.name == windowId - if window.name

Re: JSF - default ClientWindowRenderMode?

2014-01-10 Thread Mark Struberg
Struberg strub...@yahoo.de Cc: dev@deltaspike.apache.org dev@deltaspike.apache.org Sent: Friday, 10 January 2014, 14:18 Subject: Re: JSF - default ClientWindowRenderMode? 2014/1/10 Mark Struberg strub...@yahoo.de Otherwise one could just open the same bookmark URL with the windowId=123

JSF - default ClientWindowRenderMode?

2014-01-09 Thread Thomas Andraschko
Hi, currently the default rendering mode is our windowhandler js/html way. Many people don't like it because you always get a loading screen for EACH GET request: http://stackoverflow.com/questions/18090603/how-to-disable-loading-screen-of-deltaspike

Re: JSF - default ClientWindowRenderMode?

2014-01-09 Thread Karl Kildén
If I ever were to post a meme to this mail list it would probably be: If my application could have just one of dsRid and windowId and no loading splash I would be so happy cheers On 9 January 2014 22:52, Thomas Andraschko andraschko.tho...@gmail.comwrote: Hi, currently the default