Ajax broken for p:selectOneRadio for mobile

UI Components for JSF
Post Reply
aareshchanka
Posts: 15
Joined: 04 Nov 2010, 02:31

27 Oct 2014, 19:46

Ajax broken for selectOneRadio

Hi, after new component mobile dataTable added for 5.2-SNAPSHOT ajax is broken

Code: Select all


<pm:field>
		<p:selectBooleanCheckbox value="#{someBean.action}" itemLabel="Label">
		    	<p:ajax listener="#{someBean.listener}"/>
	    </p:selectBooleanCheckbox>
</pm:field>

I'm getting error for 5.2

Code: Select all

  ReferenceError: ids is not defined
	

return ids;
		
primefa...NAPSHOT (line 1503, col 2)
	
It works fine for 5.1, thanks.
PrimeFaces 5.2-SNAPSHOT, Mojarra 2.2.7, Tomcat 7.0.55, Oracle JDK 7

aareshchanka
Posts: 15
Joined: 04 Nov 2010, 02:31

27 Oct 2014, 20:26

Problem is in core.expressions.js file revision 11933. Reverted this file to revision 10547 and bug dissappeard.

Please take a look at this, thanks, Alex.
PrimeFaces 5.2-SNAPSHOT, Mojarra 2.2.7, Tomcat 7.0.55, Oracle JDK 7

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 51 guests