DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10455>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10455 No documentation on rules used for property lookup Summary: No documentation on rules used for property lookup Product: Velocity Version: 1.3-rc1 Platform: All URL: http://jakarta.apache.org/velocity/user- guide.html#Properties OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Per mailing list discussion on rules used for property reference lookup, the documentation should indicate or have examples that describe the rules used when attempting to retreive the value of the property. Example (per Geir): $thing.foo 1) try getFoo() 2) try getfoo() [for wacky people...] 3) try get("foo") 4) try isFoo() -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
