Strange....this dosn't work for me...
When wicket starts, in the tomcat console I can read:

********************************************************************
*** WARNING: Wicket is running in DEVELOPMENT mode.              ***
***                               ^^^^^^^^^^^                    ***
*** Do NOT deploy to your live server(s) without changing this.  ***
*** See Application#getConfigurationType() for more information. ***


But when I modify any html file, no reload is performed :-((((((

Other suggest for me?
G.


igor.vaynberg wrote:
> 
> this should automatically be happening if you run wicket in development
> mode.
> that call you do is not necessary.
> 
> -igor
> 
> 
> On Feb 5, 2008 3:01 PM, gantini <[EMAIL PROTECTED]> wrote:
>>
>> Nothing to help me?
>>
>>
>>
>> gantini wrote:
>> >
>> > I'm very new with Wicket.
>> > It is possible to automatically reload resource (class and HTML file) ?
>> >
>> > I've set:
>> >
>> >       @Override
>> >       protected void init() {
>> >               getResourceSettings().setResourcePollFrequency(
>> Duration.ONE_SECOND );
>> >       }
>> >
>> > but this don't work for me.
>> > Thanks.
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Reloading-resource-tp15268997p15300053.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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Reloading-resource-tp15268997p15312660.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]

Reply via email to