[
https://issues.apache.org/jira/browse/VELOCITY-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Schmiedehausen closed VELOCITY-300.
-------------------------------------------
> second Case Substitution example in the user guide doesn't work
> ---------------------------------------------------------------
>
> Key: VELOCITY-300
> URL: https://issues.apache.org/jira/browse/VELOCITY-300
> Project: Velocity
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.4
> Environment: Operating System: other
> Platform: Other
> Reporter: Shinobu Kawai
> Assigned To: Velocity-Dev List
> Attachments: CaseSubstitutionMistake.patch,
> CaseSubstitutionMistake_fr_fi.patch
>
>
> The second example,
> $data.getUser("jon")
> ## is the same as
> $data.User("jon")
> is not correct. The following:
> ## Let's say that $data.getUser("jon") returns "Doe".
> $data.getUser("jon")
> ## is the same as
> $data.User("jon")
> produces:
> Doe
> $data.User("jon")
> and not the expected:
> Doe
> Doe
> It should be removed from the User Guide to avoid confusion.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]