add documentation to explain precedence for resolving property
--------------------------------------------------------------

         Key: VELOCITY-447
         URL: http://issues.apache.org/jira/browse/VELOCITY-447
     Project: Velocity
        Type: Improvement

  Components: Documentation  
 Environment: document
    Reporter: Jian Chen
    Priority: Minor


The Velocity user guide is not clear about the precedence for resolving the 
property of a variable. As in the UberspectImpl.java code, the precedence to 
resolve a property should be something like in this order:

getbar()
getBar()
get("bar")
isBar()

This information will be very useful to the user. I suggest that this is added 
to the user guide under the "Properties" section.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
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