Page 1 of 1

Primefaces 4.0 compatibility with Websphere 8.5

Posted: 19 Jan 2018, 15:44
by Niteen
<p:column headerText="BLOCK (SEC)" width="5%">

<h:selectBooleanCheckbox id="blockEnable" disabled="false"
value="#{listOfEmployeesBean.name}"
styleClass="benefSelection"
rendered="#{sacPeopleList.name eq 'Test' >
<p:ajax event="change" listener="#{listOfEmployeesBean.onCheckBoxBlockSelect}" />
</h:selectBooleanCheckbox>

</p:column>


public void onCheckBoxBlockSelect(AjaxBehaviorEvent e) {
System.out.println("Test Clicked");
}

Same above code working with tomcat 7 but not with Websphere 8.5

Jre=7
Primefaces=4.0
jsf=2.2.7(api & impl)