[richfaces-issues] [JBoss JIRA] (RF-11651) InplaceSelect: valueChangeListener does not work on version: 4.1.0.20110910-M2

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 13:34:40 EST 2011


     [ https://issues.jboss.org/browse/RF-11651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11651:
-------------------------------

    Description: 
{code}
<rich:inplaceSelect id="inplaceSelectID"
valueChangeListener="#{inplaceSelect.valueChangeListener}" ..... />
{code}

{code}
public void valueChangeListener(ValueChangeEvent event){ System.out.println("InplaceSelect.valueChangeListener()"); }
{code}

  was:
<rich:inplaceSelect id="inplaceSelectID"
valueChangeListener="#{inplaceSelect.valueChangeListener}" ..... />
// code

public void valueChangeListener(ValueChangeEvent event){ System.out.println("InplaceSelect.valueChangeListener()"); }


       Priority: Major  (was: Critical)
       Assignee: Pavol Pitonak
    Component/s: component-selects


QE, please confirm
                
> InplaceSelect: valueChangeListener does not work  on version: 4.1.0.20110910-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.0, JBoss6.0
>            Reporter: Artur Mioduszewski
>            Assignee: Pavol Pitonak
>
> {code}
> <rich:inplaceSelect id="inplaceSelectID"
> valueChangeListener="#{inplaceSelect.valueChangeListener}" ..... />
> {code}
> {code}
> public void valueChangeListener(ValueChangeEvent event){ System.out.println("InplaceSelect.valueChangeListener()"); }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list