1
什麼是process
屬性對commandButton
或commandLink
組件的默認值?我的意思是,如果我只指定partialSubmit="true"
,但完全不寫process
屬性,將用於處理什麼?它會是@all
,@form
或@none
?PrimeFaces:CommandButton或CommandLink上的process屬性的默認值是什麼?
感謝, 注:Kunal
什麼是process
屬性對commandButton
或commandLink
組件的默認值?我的意思是,如果我只指定partialSubmit="true"
,但完全不寫process
屬性,將用於處理什麼?它會是@all
,@form
或@none
?PrimeFaces:CommandButton或CommandLink上的process屬性的默認值是什麼?
感謝, 注:Kunal
我找到了答案。如果我沒有指定process
屬性,但是會寫入partialSubmit="true"
,那麼它將是@all
。
感謝, 注:Kunal
能否請您參考/源添加到您的答案嗎? –
@MathieuCastets:https://stackoverflow.com/questions/25339056/understanding-process-and-update-attributes-of-primefaces – Kukeltje
@MathieuCastets我調試使用Chrome調試器來發現它增加了'all'到Ajax請求Ajax請求。 – KunalP