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