문제

So I have a Wicket Panel that would not be rendered or loaded in our live server but it sure does in our development server.

I have checked that the html file is there, and also that the java file is loaded, the constructor and initialize method are called and executed (I see it in the server logs, also there is no exception or error messages), but then the html file is not shown.

My Panel extends org.apache.wicket.markup.html.panel.GenericPanel. Is there any reason for which a panel would't be rendered/loaded?

That is the only Panel that wouldn't be loaded, and it is very strange because in our development server it does...

도움이 되었습니까?

해결책

Ok... I am SOOOOO stupid...

My development system is windows... so it is not case sensitive, our live server is linux, which is... so the java class name had one uppercase letter that was lowercase in the html file name... Genius!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top