Alexander Papadakis created MYFACES-3971:
--------------------------------------------
Summary: ui:repeat var attribute is not a javax.el.ValueExpression
Key: MYFACES-3971
URL: https://issues.apache.org/jira/browse/MYFACES-3971
Project: MyFaces Core
Issue Type: Bug
Reporter: Alexander Papadakis
As per the spec, the 'var' attribute in ui:repeat should be a
javax.el.ValueExpression (must evaluate to java.lang.Object).
As such, it should be possible to use it in a composite with a value like
#{cc.attrs.varname} where varname is a cc:attribute populated where the
composite is instantiated.
ui:repeat as it wotks now, it will now evaluate any el sett in var.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)