[
https://issues.jboss.org/browse/RF-12433?page=com.atlassian.jira.plugin.s...
]
R Etler updated RF-12433:
-------------------------
Description:
This is an example:
#
<rich:pickList value="#{listSelectBean.selectedCapitals}"
listWidth="170px" listHeight="100px"
orderable="true">
<f:selectItems value="#{listSelectBean.capitals}" var="capital"
itemValue="#{capital}" itemLabel="#{capital.name}" />
<f:ajax event="change" execute="@this"
render="dependentFields"/>
</rich;picklist>
See the following:
[
https://community.jboss.org/thread/199801]
was:
This is an example:
#
<rich:pickList value="#{listSelectBean.selectedCapitals}"
listWidth="170px" listHeight="100px"
orderable="true">
<f:selectItems value="#{listSelectBean.capitals}" var="capital"
itemValue="#{capital}" itemLabel="#{capital.name}" />
<f:ajax event="change" execute="@this"
render="dependentFields"/>
</rich;picklist>
rich:picklist using f:ajax wired to the event "change" does
nothing
-------------------------------------------------------------------
Key: RF-12433
URL:
https://issues.jboss.org/browse/RF-12433
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-selects
Affects Versions: 4.2.2.Final
Reporter: R Etler
This is an example:
#
<rich:pickList value="#{listSelectBean.selectedCapitals}"
listWidth="170px" listHeight="100px"
orderable="true">
<f:selectItems value="#{listSelectBean.capitals}" var="capital"
itemValue="#{capital}" itemLabel="#{capital.name}" />
<f:ajax event="change" execute="@this"
render="dependentFields"/>
</rich;picklist>
See the following:
[
https://community.jboss.org/thread/199801]
--
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