[richfaces-issues] [JBoss JIRA] (RF-12645) rich:autoComplete's valueChangeListener property doesn't fire

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Jan 25 18:45:47 EST 2013


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

Brian Leathem resolved RF-12645.
--------------------------------

    Resolution: Rejected


The "tab key" causes the component to lose focus, so listen for an _change_event there.  Listen for the _selectItem_ event to know right away when a user selects an item.

To trigger an ajax call to the server as a result of a client-side event, nest an _<a4j:ajax>_ tag in your autocomplete tag, setting the _event_ attribute to the javascript event which should trigger the ajax request (see: http://docs.jboss.org/richfaces/latest_4_X/vdldoc/a4j/ajax.html).

Please use the [RichFaces user forum|https://community.jboss.org/en/richfaces?view=discussions] for usage questions, reserving jira for reporting bugs and feature requests.
                
> rich:autoComplete's valueChangeListener property doesn't fire
> -------------------------------------------------------------
>
>                 Key: RF-12645
>                 URL: https://issues.jboss.org/browse/RF-12645
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.2.2.Final
>         Environment: Google Chrome Version 21.0.1180.89;
> Debian wheezy/sid
> Richfaces 4.2.2
>            Reporter: Valdir Mendes Junior
>              Labels: valueChangeListener
>
> After made the search, I select the option and expected the valueChangeListener method to be called, but it' doesn't.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list