[
https://issues.apache.org/jira/browse/TOBAGO-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bernd Bohmann resolved TOBAGO-2217.
-----------------------------------
Resolution: Fixed
> Support for ajax onchange in Select(One|Many)List
> -------------------------------------------------
>
> Key: TOBAGO-2217
> URL: https://issues.apache.org/jira/browse/TOBAGO-2217
> Project: MyFaces Tobago
> Issue Type: Bug
> Affects Versions: 5.7.0
> Reporter: Bernd Bohmann
> Assignee: Bernd Bohmann
> Priority: Minor
> Fix For: 5.8.0
>
>
> The following example doesn't work!
> {code:xml}
> <tc:selectOneList value="#{controller.mountain}">
> <tc:selectItems value="#{controller.mountains}" var="mountain"
> itemLabel="#{mountain.label}"
> itemValue="#{mountain.value}"/>
> <f:ajax render="selectedMountain"/>
> </tc:selectOneList>
> <tc:out id="selectedMountain" value="#{controller.mountain}"/>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)