Can you clarify? You spoke about reloading -- are you trying to change
property files on the fly?

On Fri, Jul 1, 2011 at 8:36 AM, Mohamed SIDI <mhm.s...@gmail.com> wrote:
> Hi there,
>
> it seems that the PropertyPlaceholderConfigurer can't reload the file
> properties because I still getting the key instead of getting the value of
> key
>
> <bean
> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"
> id="propertiesConfigurer" >
>        <property name="location">
>            <value>classpath*:config.properties</value>
>        </property>
>    </bean>
>
> --
>
>
> Cordialement
>
> Mohamed
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to