[ 
https://issues.jboss.org/browse/SEAMFACES-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Allen updated SEAMFACES-189:
--------------------------------

             Assignee: Brian Leathem
        Fix Version/s: 3.1.0.Final
    Affects Version/s: 3.1.0.Beta2


Currently EL does not allow static methods to be resolved in a value 
expression. We should support static methods with 0 or more parameters so that 
it's possible to create EL functions using the following strategy:

{code}
@Named
public class StringUtils {
    public String length(String str) {
        return str.length();
    }
}
{code}

{code}
#{stringUtils.length(person.name)}
{code}

> Enhanced EL Support
> -------------------
>
>                 Key: SEAMFACES-189
>                 URL: https://issues.jboss.org/browse/SEAMFACES-189
>             Project: Seam Faces
>          Issue Type: Feature Request
>    Affects Versions: 3.1.0.Beta2
>            Reporter: Cody Lerum
>            Assignee: Brian Leathem
>             Fix For: 3.1.0.Final
>
>
> It would be nice to bridge the gap between EE6 and EE7 EL with support for 
> static methods and Enums. Not sure if this should live in Faces, Solder or on 
> it's own.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to