[
https://issues.apache.org/jira/browse/TAP5-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-188.
-------------------------------------
Resolution: Fixed
Fix Version/s: 5.0.16
> Document the need to use @Inject with @Value or @Symbol when the
> parameter/field type is String (to avoid injecting the service id)
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: TAP5-188
> URL: https://issues.apache.org/jira/browse/TAP5-188
> Project: Tapestry 5
> Issue Type: Improvement
> Affects Versions: 5.0.15
> Reporter: Peter Beshai
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.0.16
>
>
> At the bottom of
> http://tapestry.apache.org/tapestry5/tapestry-ioc/cookbook/servconf.html
> (Mapped Configurations), you mention:
> Tapestry IoC's symbols mechanism allows configuration values to be defined
> and perhaps overridden, then provided to services via injection, using the
> Value annotation.
> I think it would be more clear if you added that you may also need to use the
> Inject annotation, and maybe if you provided a simple example, like:
> public class Start
> {
> @Inject
> @Value("${tapestry.supported-locales}")
> private String _supportedLocales;
> public String getSupportedLocales()
> {
> return _supportedLocales;
> }
> }
--
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]