package org.apache.myfaces.shared_impl.util;
- Author(s):
- Mathias Broekelmann (latest modification by $Author$)
- Jakob Korherr (jsf 2.0)
- Version:
- $Revision$ $Date$
item = new SelectItem(itemValue, label, description, disabled, escape, noSelectionOption);
+ RendererUtils.getPathToComponent(child) + " does not reference an Object of type SelectItem");
for (int i = 0; i < length; i++)
items.add(Array.get(value, i));
else if (value instanceof Map)
log.log(level, "ValueExpression {0} of UISelectItems with component-path {1}" + " does not reference an Object of type SelectItem,"
+ " array, Iterable or Map, but of type: {2}", boolean wroteRequestMapVarValue = false;
Object oldRequestMapVarValue = null;
if(var != null && !"".equals(var))
wroteRequestMapVarValue = true;
if (itemDescription != null)
itemDescription = itemDescription.toString();
itemValue.equals(noSelectionValue));
if(wroteRequestMapVarValue)
if (oldRequestMapVarValue != null)