the context path for the site is /myweb but wicket servlet path was /*
i have changed the wicket servlet path to /app and its working faster now so
that the full path is www.mysite.com/myweb/app
it really does not have anything to do with the code but web.xml config
however,
in my html, i have
On 7/20/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:
> I recently upgraded to wicket 1.2.6 and although this time my application
> path is /*
With a servlet? Sure that's a good idea?
> and i realized for each page refresh or event, the same sets of images seems
> to be loading all over again
I recently upgraded to wicket 1.2.6 and although this time my application
path is /*
and i realized for each page refresh or event, the same sets of images seems
to be loading all over again making loading appear slow
what could be the cause of this?
thanks
---