jsf 2.2 - How to disable clientwindow feature in jsf 2.2 -


i running jsf2.2 application , using primefaces java 1.6, trying disable client window feature removes jfwid.please suggest me how can handle issue.

i believe clientwindow feature disabled default. following javadoc details behavior:

http://docs.oracle.com/javaee/7/api/javax/faces/lifecycle/clientwindow.html#client_window_mode_param_name

also i'm not sure why disableclientwindow expected on p:commandbutton(h:commandbutton) post request whereas p:button(h:button) request.

looking @ vld docs h:commandbutton you'll see there not disableclientwindow attribute on h:button there is.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -