* Matt Welch:

> >Your feedback on the reloading feature will be appreciated.
>
> Hmmm,  I may  be  missing  a configuration  step  or perhaps  my
> expectations were off, but this doesn't appear to be working for
> me. I changed  my web.xml  to use the  ReloadingWicketFilter and
> then ran  my app. Everything  works as  normal. When I  modify a
> template file, the change is picked up, however modifying a java
> file and compiling it doesn't seem to do anything.
>
> So I  wonder if  I'm missing something  in my  environment setup
> that might allow  this to work. Here's some  more information if
> anyone has any ideas:

Yes, you  may be  missing something.  You  should have  written at
least 5 lines  of Java code to activate the  reloading of your own
classes.  Did you extend ReloadingWicketFilter to include your own
packages?  You need to specify your own class.

Maybe the Javadoc in ReloadingWicketFilter is not explicit enough,
in that case an updated description would be more than welcome.

Cheerio,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to