Primefaces 4.0 compatibility with Websphere 8.5

UI Components for JSF
Post Reply
Niteen
Posts: 6
Joined: 19 Jan 2018, 15:33

19 Jan 2018, 15:44

<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)

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 48 guests