Details
Description
Trying to use spring context beans. When using a Faces managed bean's value whose initial value is value binding expression refering to spring context bean and was assigned with Tiger annotation @Value("#
{userDao}"), i get the following error:javax.faces.el.EvaluationException: Cannot get value for expression '#{user.dao.info}'
....
javax.faces.el.EvaluationException: Managed bean definition user specifies a managed property dao whose value expression #{userDao}
threw an exception when evaluated
at org.apache.shale.tiger.faces.VariableResolverImpl.property(VariableResolverImpl.java:615)
However, expression referring to that field directly with #
{userDao.info}works nice (shale-spring.jar