Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.7.0
-
None
-
None
Description
The following example doesn't work!
<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}"/>
Attachments
Issue Links
- duplicates
-
TOBAGO-2216 Ajax broken for SelectOneList and SelectManyList
- Closed
- is related to
-
TOBAGO-2220 Support more ajax events for Select(One|Many)List
- Closed