[ 
https://issues.apache.org/jira/browse/TAPESTRY-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAPESTRY-1715.
------------------------------------------

       Resolution: Duplicate
    Fix Version/s: 5.0.5

Duplicate of TAPESTRY-1731.

> @Inject @Value isn't expanded into correct symbol
> -------------------------------------------------
>
>                 Key: TAPESTRY-1715
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1715
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 
> 1.5.0_07-164), jetty:run on Mac.
>            Reporter: Robin Helgelin
>            Priority: Minor
>             Fix For: 5.0.5
>
>
> Mail conversion tells that the following should be the same:
> @Inject @Value("${my.parameter}")
> private String parameter;
> and:
> @Inject
> private SymbolSource symbolSource;
> symbolSource.expandSymbols("${my.parameter}");
> However, the first example isn't working. Also, providing a non-existing 
> symbol for expandSymbols gives a runtime error whereas @Value doesn't.

-- 
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]

Reply via email to