[ http://issues.apache.org/jira/browse/ADFFACES-293?page=comments#action_12450196 ] Adam Winer commented on ADFFACES-293: -------------------------------------
In JSF 1.2, tr:attribute will be removed, since f:attribute does everything we need. > <af:attribute> does not work inside <af:forEach> > ------------------------------------------------ > > Key: ADFFACES-293 > URL: http://issues.apache.org/jira/browse/ADFFACES-293 > Project: MyFaces ADF-Faces > Issue Type: Bug > Reporter: Arjuna Wijeyekoon > > <tr:attribute> has a value property that may be an EL expression. > However, it creates a ValueBinding directly from the EL expression, instead > of first > transforming the EL expression using any ELContextTag parent. > This causes the <tr:attribute> tag to fail when any of its EL expressions use > an EL var > setup by an <tr:forEach> . > This is a bug in > trinidad-impl\src\main\java\org\apache\myfaces\trinidadinternal\taglib\AttributeTag.java > method doStartTag() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
