i think you have to do something with the Localizer
overwrite this method:

/**
     * Put the value into the cache and associate it with the cache key
     *
     * @param cacheKey
     * @param string
     */
    protected void putIntoCache(final String cacheKey, final String string)
    {

with an empty impl when in development

johan


On Wed, Apr 2, 2008 at 5:46 PM, Igor Vaynberg <[EMAIL PROTECTED]>
wrote:

> do they reload properly if wicket is running in development mode?
>
> -igor
>
>
> On Wed, Apr 2, 2008 at 7:51 AM, unka_hahrry <[EMAIL PROTECTED]>
> wrote:
> >
> >  I'm using a BufferedWriter to change my .properties files dynamically,
> the
> >  .properties files are updated well but the changes don't appear in my
> >  <wicket:message> tag. Is there a possiblity to reload a .properties
> file?
> >  --
> >  View this message in context:
> http://www.nabble.com/Writing-to-.properties-files-and-make-changes-happen--tp16447118p16447118.html
> >  Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: [EMAIL PROTECTED]
> >  For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to