[richfaces-issues] [JBoss JIRA] Created: (RF-10132) Provide default event name for UISelect component

Martin Kočí (JIRA) jira-events at lists.jboss.org
Wed Jan 5 09:43:18 EST 2011


Provide default event name for UISelect component
-------------------------------------------------

                 Key: RF-10132
                 URL: https://issues.jboss.org/browse/RF-10132
             Project: RichFaces
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: compatibility
    Affects Versions: Future_4.X
         Environment: richfaces 4.0 trunk rev 20883
            Reporter: Martin Kočí
            Priority: Minor


Because rich:select serves as replacement of h:selectOne(menu) it should support same logical client event "valueChange" for f:ajax as default.

<h:selectOneMenu>
<f:ajax/>
</h:selectOneMenu>

currently works but 
<r:select>
<f:ajax/>
</h:select>

not because UISelect returns null from UISelect.getDefaultEventName()









-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list