Unable to find component in Eclipse ONLY

2013-09-14 Thread William Speirs
Before anyone/everyone jumps on me, this code works PERFECTLY when I build a JAR (using embedded jetty) and run it. However, it fails in Eclipse with the following: Last cause: Unable to find component with id 'pageTitle' in [HtmlHeaderContainer [Component id = _header_5]] Expected: '_header_5:pag

Re: Possible asynchronous ajax operations with form ajaxsubmitlink

2013-09-14 Thread Martin Grigorov
Berlin, By "serialize" Sven meant that Wicket will execute them one by one. Do not confuse this with Java Object serialization. On Fri, Sep 13, 2013 at 11:27 PM, Sven Meier wrote: > See PageAccessSynchronizer > > Sven > > > On 09/13/2013 10:19 PM, Brown, Berlin [PRI-1PP] wrote: > >> I don't kn

Re: AJAX event response headers - redirect

2013-09-14 Thread Martin Grigorov
new AnyAjaxBehavior() { @Override protected void updateAjaxAttributes(AjaxRequestAttributes attrs) { super.updateAjaxAttributes(attrs); AjaxCallListener listener = new AjaxCallListener(); // Wicket passes the following parameters to onSuccess listeners: (attrs, jqXHR, data, textS

Re: How jvm create wicket application

2013-09-14 Thread Andrea Del Bene
There's no particular code under the hood, as Wicket works on top of Servlet specification. Usually one Wicket application corresponds to one Servlet filter of type WikcetFilter. If you want to know more about how Wicket entities (request, response, session, etc...) are created, take a look at

Re: Google Maps refuses access

2013-09-14 Thread Dieter Tremel
Am 14.09.2013 14:36, schrieb Piratenvisier: > I don't know from where I got the software wicket.contrib.gmap.api > What softwarepackage do you recommend for Google Maps integratiopn Have a look at https://github.com/wicketstuff/core/wiki/Gmap3 Dieter -

Re: AJAX event response headers - redirect

2013-09-14 Thread Entropy
In jQuery: var ajax = $.ajax({ type: "GET", url: 'http://your.site.here/something', success: function () { alert(ajax.getAllResponseHeaders()); } }); In just bare bones ajax: req.onreadystatechange = function (aEvt) { if (this.readyState == 4) { test123

Re: Google Maps refuses access

2013-09-14 Thread Piratenvisier
I think I found out the reason. Might be I use Geocoding v.2 And I found the following remark: This document is intended for developers migrating to version 3 ("v3") of the Geocoding API. Version 2 ("v2") of the Geocoding API was officially deprecated on 8 March 2010 and has now been turned do

Re: Google Maps refuses access

2013-09-14 Thread Bas Gooren
I have no idea, as I have not had this problem myself. You should call or e-mail google support about this. Met vriendelijke groet, Kind regards, Bas Gooren Op 14-9-2013 11:44, schreef Piratenvisier: How long am I blocked. Do I have to do anything, or does the blockage go away after a few day

Re: Google Maps refuses access

2013-09-14 Thread Piratenvisier
How long am I blocked. Do I have to do anything, or does the blockage go away after a few days. Am 12.09.2013 08:55, schrieb Bas Gooren: Hi, You're probably hitting a usage limit: https://developers.google.com/maps/documentation/business/articles/usage_limits?hl=nl#http403 Met vriendelijk