Are you using markup inheritance ? Then you must remember to put in wicket:extend into the sub page. And wicket:child in the parent page.
2009/1/28 Antoine Roux <[email protected]> > Hi Dipu, > Thanks for your help. > > I checked and, yes, HomePage.class and HomePage.html both exist and are in > the same directory in the resulting build. > > I am using Eclipse. I meet this problem both when I deploy from Eclipse but > also if I deploy manually to a Tomcat installation. In the war deployed to > Tomcat, I checked that HomePage.html is there. > > I am still investigating on my side... > > > Antoine > > > (sorry if you receive this message twice, the first time I was told it was > rejected because seen as spam...) > > Dipu a écrit : > >> could you please check if your IDE is copying the markup file to the >> target folder. >> check if HomePage.html is there in the folder where HomePage.class is. >> >> regards >> Dipu >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
