p:ajax regression with version 5.2

UI Components for JSF
Post Reply
Olive
Posts: 16
Joined: 14 Mar 2014, 14:43

20 May 2015, 16:42

Hello,

i am using primefaces V5.2

i have a simple p:ajax listener on p:selectOneMenu:

Code: Select all

<p:selectOneMenu id="requestType"
				label="#{i18n['superv.request.type']}"
				value="#{currentRequest.requestTypeVo}" effect="fade"
				styleClass="hSelOneMnu" converter="supervisionConverter">
				<f:selectItem noSelectionOption="true" itemLabel="--"
								itemValue="" />
				<f:selectItems value="#{referentielModel.requestTypeVos}"
					var="requestType" itemLabel="#{requestType.name}"
					itemValue="#{requestType}" />
				<p:ajax
					listener="#{requestCreationController.onRequestTypeChange}"
				update="typeFieldset" />
	</p:selectOneMenu>
this is working perfectly on firefox/chrome, but not under IE8 (I know this is an old version, but i have no choice! cos users may use IE8)

when i downgrade my primefaces version to 4.0, this works perfectly on IE8.

any clue on how can I stay with version 5.2, while this code works on IE8 browser?

thanks for any help.

I've tried to add:

Code: Select all

<!--[if IE]>
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<![endif]-->
but the compatibility mode is set to true for users, and this does not work.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 52 guests