On Wed, Jul 10, 2013 at 4:00 PM, dev <your....@gmail.com> wrote:

> Just now I tried to use Wicket 6.9.0 instead of 6.8.0 and things looks be
> working now. Now it looks to be working out for me :)
>
> But now I have two new problems
> 1) On the HomePage the AJAX is not working. In the Chrome browser console I
> can see /"Uncaught TypeError: Cannot read property 'offsetWidth' of
> undefined/" and on firefox it's giving me "/TypeError: a[0] is undefined/"
> it look likes to be some jquery error but unfortunately I am not able to
> resolve it.
> NOTE: AJAX is working fine for few other pages of the same application
>

Wicket 6.9.0 comes with jQuery 1.10.1. It seems you use some jQuery plugin
which doesn't work with 1.10.1.
The easiest way is to set custom jQuery version:
application.getJavaScriptLibrarySettings().setJQueryReference(...)


>
> Second is I can see ?0 on my home page which I don't want for the home
> page.
> How can I go way with it
>

Your page is stateful and that's why it is there.
Maybe you use Ajax components in your home page.


>
> I really appreciate your support!
>
> --
> Dev
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/why-is-getHomePage-called-multiple-times-tp1881852p4660187.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to