https://issues.apache.org/bugzilla/show_bug.cgi?id=52440
--- Comment #2 from JustasR <justas.ratkevic...@gmail.com> 2012-01-10 09:39:08 UTC --- Created attachment 28130 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28130 Test case for ValueReference returning null I use SystemEventListener event javax.faces.event.PreRenderComponentEvent to intercept component render process ant try to get component ValueExpression and ValueReference from it (class TestSystemEventListener). I use Facelets custom components with taglib file (not composite component). Returned ValueReference is always null. Null is returned from node AstIdentifier (super class SimpleNode) I print returned ValueReference value to console. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org