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

Jan Papousek (JIRA) jira-events at lists.jboss.org
Thu May 3 03:44:19 EDT 2012


    [ https://issues.jboss.org/browse/RF-11651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689919#comment-12689919 ] 

Jan Papousek commented on RF-11651:
-----------------------------------

Artur: You have to submit the form. Yes, you can do it without submit button, just place f:ajax tag into your rich:inplaceSelect tag:

{code}
<f:ajax execute="form" event="blur" render="out" />
{code}

Visit [1] to see whole source code.

[1] https://github.com/papousek/dev-examples/commit/403c8e5fbce6860ebea40b8b023a57b69a819470
                
> 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, 4.2-Tracking
>         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)
> Used browsers: IE9 and Chrome
>            Reporter: Artur Mioduszewski
>            Assignee: Jan Papousek
>         Attachments: richfacesSelectLibs.jpg
>
>
> {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