Hi, On Dec 21, 2013 3:19 PM, "letien" <[email protected]> wrote:
> I have researched deployment mode, and saw that: > > In deployment mode , we do everything to make the life of the users better. > This means disabling all the stuff that helps developers . > > 1. Disable component hierarchy checks (only the things that prevent Wicket > from rendering, i.e. fatal errors, are now reported) > > 2. Enable caching of resources, > > 3. Remove wicket tags and attributes > I think 3) is the problem for you. Probably you use <wicket:container> and this cannot be found in deployment mode because it is not rendered. > > 4. Enable minimization of JavaScript. > > Maybe "enable minimization of JavaScript" cause this problem with lazy > load? > Do you get this problem same me? And have any solutions? > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Lazyload-does-not-work-with-deployment-mode-tp4663172p4663173.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
