Primefaces PF is not defined
Merhaba arkadaşlar , Primefaces’ın 4.0 versiyonunda gelen PF shorcut’ı 3.xx kullandığım için “PF is not defined” hatası ile karşılaştım. Önceki versiyonlardan hatırlamayanlar için bu hatanın çözümü şu şekilde ; <p:column style=”width:4%” headerText=”Show”> <p:commandButton id=”selectButton” oncomplete=”videoDialog.show()” icon=”ui-icon-search” title=”View”> <f:setPropertyActionListener value=”#{video}” target=”#{videoController.selectedVideo}” /> </p:commandButton> </p:column>
HatalarJSF
- Posted on
- Comments 0