It should be exactly the same.

On 6/29/07, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hi,

Is this a bug or am I just using it wrong? I thought

    @Inject @Value("${my.parameter}")
    private String parameter;

would be the same as:

    @Inject
    private SymbolSource symbolSource;

    symbolSource.expandSymbols("${my.parameter}");

--
        regards,
        Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to