Description
Checking some code I saw this line:
public String getViewId()
{ return (String) getStateHelper().eval(PropertyKeys.viewId); }A viewId can never be a ValueExpression! The viewId is a value that identifies the view in a unique way and it is set according to the rules of the spec. It is possible to change the line and use get() instead.