[ http://issues.apache.org/jira/browse/ADFFACES-293?page=all ]

Arjuna Wijeyekoon updated ADFFACES-293:
---------------------------------------

    Description: 
<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()

  was:
<af: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 <af:attribute> tag to fail when any of its EL expressions use 
an EL var
setup by an <af:forEach> .

This is a bug in
trinidad-impl\src\main\java\org\apache\myfaces\trinidadinternal\taglib\AttributeTag.java
method doStartTag()


> <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

        

Reply via email to