[
https://issues.apache.org/jira/browse/EMPIREDB-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rainer Döbele resolved EMPIREDB-447.
------------------------------------
Resolution: Fixed
> SelectInputControl: syncOptions fails when reloading whole list
> ---------------------------------------------------------------
>
> Key: EMPIREDB-447
> URL: https://issues.apache.org/jira/browse/EMPIREDB-447
> Project: Empire-DB
> Issue Type: Bug
> Components: JSF2 Extensions
> Reporter: Rainer Döbele
> Priority: Major
>
> With empire-db-3.2.0 the SelectInputControl used a SelectItmes collection
> instead of directly adding the SelectItem as children.
> However it was forgotten to replace the case when syncOptions wants to clear
> the list and replace the whole list.
> I.e. {color:#000000}{color:#3f5fbf}input.getChildren().clear();{color}{color}
> must be replaced by
> {color:#000000}{color:#3f5fbf}selectItemList.clear();{color}{color}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)