You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2002/07/03 22:07:05 UTC

DO NOT REPLY [Bug 10455] New: - No documentation on rules used for property lookup

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: velocity-dev@jakarta.apache.org
        ReportedBy: bolandb@attbi.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>