Hi, 

if you don't wanna have those window loading screen you can create a own
ClientWindowConfig like following

@Specializes
public class CustomClientWindowConfig extends DefaultClientWindowConfig {

    /**
     * Disables the Window Id etc.
     */
    public ClientWindowRenderMode getClientWindowRenderMode(FacesContext
facesContext) {
        return ClientWindowRenderMode.NONE;
    }
}

Greetz
Florian

-----Ursprüngliche Nachricht-----
Von: Thomas Andraschko [mailto:andraschko.tho...@gmail.com] 
Gesendet: Mittwoch, 27. November 2013 10:19
An: dev@deltaspike.apache.org
Betreff: Window Handling - CODI like mode?

Hi,

i always get a loading screen with the new DS window handling.
Is there a chance to get the same behavior as with CODI?

Regards,
Thomas

Reply via email to