You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class jakarta.faces.component.UISelectItems has no possibility to set attribute var programmatically. Call method items.setValueExpression("var", expFactory.createValueExpression(elContext, "item", String.class)); raise exception. This is similar behavior as class UIData, but class UIData has method setVar.
The text was updated successfully, but these errors were encountered:
Class
jakarta.faces.component.UISelectItems
has no possibility to set attributevar
programmatically. Call methoditems.setValueExpression("var", expFactory.createValueExpression(elContext, "item", String.class));
raise exception. This is similar behavior as classUIData
, but classUIData
has methodsetVar
.The text was updated successfully, but these errors were encountered: