Re: Reloading HTML resources on the fly?

2008-04-17 Thread Jonathan Locke
nderstanding wicket and tomcat's ability to pick up changes > to resources on the fly? > > Thanks, > Geoff > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in

Re: Reloading HTML resources on the fly?

2008-04-17 Thread Jonathan Locke
> Thanks, > Geoff > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: h

Re: Reloading HTML resources on the fly?

2008-04-17 Thread Geoffrey Gallaway
Yes, the application is in development mode (as evidenced by the "WARNING: Wicket is running in DEVELOPMENT mode."). On Thu, Apr 17, 2008 at 11:32 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote: > Is you application running in development mode? > This feature is turned off by default in deployment

Re: Reloading HTML resources on the fly?

2008-04-17 Thread Maurice Marrink
Is you application running in development mode? This feature is turned off by default in deployment mode. Maurice On Thu, Apr 17, 2008 at 5:14 PM, Geoffrey Gallaway <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to get tomcat and wicket to pick up changes to html files > and reload them. I

Reloading HTML resources on the fly?

2008-04-17 Thread Geoffrey Gallaway
Hello, I'm trying to get tomcat and wicket to pick up changes to html files and reload them. I thought this was the default behavior of wicket. I'm wondering if it's not working because I'm keeping my html files in a separate location than beside my java classes: public class MyApp extends WebApp