Re: Wicket application - no ajax without internet connection

2015-02-17 Thread Chris
Hi Tobias, thanks a lot for your help - the problem was a Javascript file that was not locally embedded but downloaded from the internet. BR Chris > Am 17.02.2015 um 07:51 schrieb Tobias Soloschenko > : > > Hi, > > I had a look at AjaxFallBackButton L135 - nothing there what could explain >

Re: Wicket application - no ajax without internet connection

2015-02-16 Thread Tobias Soloschenko
Hi, I had a look at AjaxFallBackButton L135 - nothing there what could explain your exception - what is going on in your VotingPanel L51? kind regards Tobias > Am 16.02.2015 um 22:07 schrieb Chris : > > Hi Tobias, > > I am not sure if this helps a lot ;) Some links (clickable div containers,

Re: Wicket application - no ajax without internet connection

2015-02-16 Thread Chris
It has to do something with the settings of Safari, with Firefox it works even without Internet connection. > Am 16.02.2015 um 21:55 schrieb Tobias Soloschenko > : > > Hi, > > please provide a StackTrace, so that we can see whats going on. :-) > > Thank you. > > kind regards > > Tobias >

Re: Wicket application - no ajax without internet connection

2015-02-16 Thread Chris
Hi Tobias, I am not sure if this helps a lot ;) Some links (clickable div containers, etc.) even do not work at all without internet connection and do not throw an exception. Root cause: java.lang.NullPointerException at tripplanner.mycompany.panels.VotingPanel$2.onSubmit(VotingPanel.java

Re: Wicket application - no ajax without internet connection

2015-02-16 Thread Tobias Soloschenko
Hi, please provide a StackTrace, so that we can see whats going on. :-) Thank you. kind regards Tobias Am 16.02.15 um 21:27 schrieb Chris: Hi all, When running a Wicket application, that is deployed locally on Tomcat, and Internet being turned off, Ajax is not working and I am getting null

Wicket application - no ajax without internet connection

2015-02-16 Thread Chris
Hi all, When running a Wicket application, that is deployed locally on Tomcat, and Internet being turned off, Ajax is not working and I am getting null pointer exception when calling the target methods. With Internet being enabled, it works without problems. What is the cause for this behaviou