Subsequent invalid references cannot be resolved by 
InvalidReferenceEventHandler.invalidGetMethod
-------------------------------------------------------------------------------------------------

                 Key: VELOCITY-800
                 URL: https://issues.apache.org/jira/browse/VELOCITY-800
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 1.7
            Reporter: Quintin Siebers
            Priority: Minor


If $foo is a java.lang.String and a template tried to do $foo.bar, one can use 
an InvalidReferenceEventHandler to resolve bar into a value. However, if the 
template tries to do $foo.bar.baz, the last part cannot be resolved using an 
InvalidReferenceEventHandler. I'll attach an example test case.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to