Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0.0-beta-2
-
None
-
myfaces trunk
Description
if <f:selectItems value="#
{aNonExistentModel}" /> resolves in runtime to null a expection is throw. But having no SelectItem(s) is legal and this state should not breaks view processing/rendering. JSF RI handles this situation without a exception.