Generic members of JSF managed beans not recognized in EL
Members of managed beans which type is being defined by a type parameter for the managed bean's class are not being supported/recognized properly in EL strings. They are of course recognized in plain Java code...
BSP:
Superclass:
public class EntityHome extends Home {
public E getInstance() ;
}
Managed bean:
@Name("countryHome")
public class CountryHome extends EntityHome
{...}
In jsp:
]]>
"code" in countryHome.instance.code will be shown as unknown member of that class.
Bug?? Should I file in Jira?
请先登录再写评论。
Please, file JIRA request.
tino wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"