[richfaces-issues] [JBoss JIRA] Created: (RF-2769) InplaceSelect: valueChangeListener does not work

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Tue Mar 25 15:21:54 EDT 2008


InplaceSelect: valueChangeListener does not work
------------------------------------------------

                 Key: RF-2769
                 URL: http://jira.jboss.com/jira/browse/RF-2769
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: jsf 1.2_07
jsp
FF
            Reporter: Aleksej Yanul
         Assigned To: Nick Belaevski


<rich:inplaceSelect id="inplaceSelectID" 
		valueChangeListener="#{inplaceSelect.valueChangeListener}" ..... />
// code
	
	public void valueChangeListener(ValueChangeEvent event){
		System.out.println("InplaceSelect.valueChangeListener()");
	}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list