Re: reloading of HTML and classes

2012-04-22 Thread Christoph Leiter
You are right, I was able to reproduce it: https://issues.apache.org/jira/browse/WICKET-4509 Christoph On 20.04.2012 18:24, Andrew Geery wrote: An issue I ran into with having Wicket reload the html files in development mode is that it doesn't seem to work if the path to the html files has

Re: tomcat deployment issues

2012-04-22 Thread Fernando Wermus
try deleting work folder in Tomcat6. Fernando Wermus. www.linkedin.com/in/fernandowermus On Thu, Apr 12, 2012 at 4:29 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Can you put a breakpoint in WicketServlet#init() ? The only reason for that I see is this servlet to be initialized

StalePageException handling issue

2012-04-22 Thread Allen Gilbert
While trying to understand what causes StalePageExceptions (using Wicket 1.5.4), I discovered a strange situation that can occur when DefaultExceptionMapper handles a StalePageException. I decided to ping the mailing list before creating a JIRA issue in case I'm misunderstanding intended behavior.