From jira-events at lists.jboss.org Wed Apr 18 08:03:19 2012 Content-Type: multipart/mixed; boundary="===============5050652527734825832==" MIME-Version: 1.0 From: Artur Mioduszewski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-11651) InplaceSelect: valueChangeListener does not work on version: 4.1.0.20110910-M2 Date: Wed, 18 Apr 2012 08:03:18 -0400 Message-ID: <1287704137.11088.1334750598954.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 455974851.57353.1320392865170.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============5050652527734825832== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-11651?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Artur Mioduszewski updated RF-11651: ------------------------------------ Environment: = Mojarra 2.1.5, jboss-6.0.0.Final Used Richfaces example: input-demo-4.2.0-SNAPSHOT (exact version: 4.2.0-20= 120214) was:Mojarra-2.0, JBoss6.0 Curently I have tried with Richfaces example input-demo-4.2.0-SNAPSHOT (exa= ct version: 4.2.0-20120214): I have modified a bit code: {code} package org.richfaces.demo; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.event.ValueChangeEvent; import java.io.Serializable; @SessionScoped @ManagedBean(name =3D "inputBean") public class InputBean implements Serializable { private static final long serialVersionUID =3D -1471664178358603340L; private String value; public String getValue() { return value; } public String getDupa() { return "Dupa"; } public void setValue(String value) { this.value =3D value; } public void valueChanged(ValueChangeEvent event) { System.out.println("Begin of value listener change | ZZZZZZZZZZZZZZ= ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"); } } {code} InplaceSelect
InplaceSelect Test App Fresh off his victory in the Florida primary, Sen. John McCain is poise= d to take another big prize. Former zzzzzzzzz
#{inputBean.dupa}
= Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sour= ces said. That would give McCain added momentum heading into a debate Wedne= sday and next week's Super Tuesday contests =
=
{code} {code} = > InplaceSelect: valueChangeListener does not work on version: 4.1.0.20110= 910-M2 > -------------------------------------------------------------------------= ------ > > Key: RF-11651 > URL: https://issues.jboss.org/browse/RF-11651 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-selects > Affects Versions: 4.1.0.Milestone2 > Environment: Mojarra 2.1.5, jboss-6.0.0.Final > Used Richfaces example: input-demo-4.2.0-SNAPSHOT (exact version: 4.2.0-= 20120214) > Reporter: Artur Mioduszewski > Assignee: Pavol Pitonak > > {code} > valueChangeListener=3D"#{inplaceSelect.valueChangeListener}" ..... /> > {code} > {code} > public void valueChangeListener(ValueChangeEvent event){ System.out.print= ln("InplaceSelect.valueChangeListener()"); } > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5050652527734825832==--