Re: under the hood

2013-10-21 Thread Jeroen Steenbeeke
I'm not sure how up-to-date this is, but isn't this what you want? https://cwiki.apache.org/confluence/display/WICKET/Request+processing+overview If you need more details than that you should probably just dive into the source code. - Jeroen PS. Google is your friend, this was the first hit

Re: gmap3 Geocoder and list of locations

2013-10-21 Thread Dirk Forchel
Hi Martin, there is still an open issue with showing the marker for all stores and an appropriate info window. Actually I wanna do something like the following Javascript code but in Java: // Init a new map var map = new GMap2(document.getElementById('map')); map.addControl(new

Re: gmap3 Geocoder and list of locations

2013-10-21 Thread Martin Grigorov
Hi, You can use org.wicketstuff.gmap.api.GOverlay#addListener(GEvent event, GEventHandler handler) On Mon, Oct 21, 2013 at 9:20 AM, Dirk Forchel dirk.forc...@exedio.comwrote: Hi Martin, there is still an open issue with showing the marker for all stores and an appropriate info window.

Re: unwanted DefaultPageManagerProvider

2013-10-21 Thread Martin Grigorov
Hi, On Fri, Oct 18, 2013 at 9:50 PM, uwe schaefer u...@codesmell.de wrote: On 18.10.2013 09:03, Martin Grigorov wrote: Hi Martin, Can you give more details about the setup and the problem ? of course. we use two Tomcat6 with clustering enabled (Backup-Manager) with apache in front

Re: gmap3 Geocoder and list of locations

2013-10-21 Thread Dirk Forchel
Yes, I've already tried this, but unfortunately it was not working. But I found the problem by myself. My first try (not working): GMarker marker = new GMarker(new GMarkerOptions(map, location, click here)); marker.addListener(GEvent.click, getClickHandler());

Re: gmap3 Geocoder and list of locations

2013-10-21 Thread Martin Grigorov
On Mon, Oct 21, 2013 at 10:08 AM, Dirk Forchel dirk.forc...@exedio.comwrote: Yes, I've already tried this, but unfortunately it was not working. But I found the problem by myself. My first try (not working): GMarker marker = new GMarker(new GMarkerOptions(map, location, click here));

Re: under the hood

2013-10-21 Thread Martin Grigorov
Hi, On Sun, Oct 20, 2013 at 5:35 PM, Farrukhjon SATTOROV (farrukh) fireda...@gmail.com wrote: Hi everyone. I'm interesting how wicket farmework work under the hood, for example class colling sequence or steps by web server (tomcat): webserver-deploy-war-WicketFilter-WebApplication ? Thanks

Problem when adding component with PackagedResourceReference during submit

2013-10-21 Thread britter
Hi, I'm having a problem with a component that uses a PackagedResourceReference. Here is the setup: I'm using Wicket 1.5.10 with wiquery 1.5.7. I've extended DatePickerT to add a custom image fur the widget. The relevant part f the constructor looks like this: PackageResourceReference pcgRef =

Re: Problem when adding component with PackagedResourceReference during submit

2013-10-21 Thread Martin Grigorov
Hi, On Mon, Oct 21, 2013 at 10:47 AM, britter benedikt.rit...@codecentric.dewrote: Hi, I'm having a problem with a component that uses a PackagedResourceReference. Here is the setup: I'm using Wicket 1.5.10 with wiquery 1.5.7. I've extended DatePickerT to add a custom image fur the

Re: Loading content of IFrames only when displayed

2013-10-21 Thread Martin Grigorov
Hi, You can use custom Behavior that removes the 'url' attribute in its #onComponentTag() and adds 'data-url' instead. Component#onComponentTag() is executed before Behavior#onComponentTag() so it should work OK. On Thu, Oct 17, 2013 at 5:29 PM, Christian Schröter christian.schroe...@1und1.de

Re: Problem when adding component with PackagedResourceReference during submit

2013-10-21 Thread britter
Hello Martin, thanks for your reply. The setButtonImage method is defined in org.odlabs.wiquery.ui.datepicker.DatePickerT, see here: http://code.google.com/p/wiquery/source/browse/trunk/src/main/java/org/odlabs/wiquery/ui/datepicker/DatePicker.java?r=553 My BrDatePickerField looks something like

Re: Wicket 1.5 : AbstractAjaxBehavior 302 moved temporarily

2013-10-21 Thread Martin Grigorov
Hi, On Wed, Oct 16, 2013 at 3:48 PM, frasese fras...@hotmail.com wrote: Hi all, I have a jquery script to comunicate with wicket via ajax. It was working fine with wicket 1.4.17, until I've migrated to 1.5.10 version. Now, my AbstractAjaxBehavior it's not called anymore, and the ajax call

Re: under the hood

2013-10-21 Thread Farrukhjon SATTOROV (farrukh)
Thanks Martin, i suspected this but was not sure of where the start point On Mon, Oct 21, 2013 at 11:20 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, On Sun, Oct 20, 2013 at 5:35 PM, Farrukhjon SATTOROV (farrukh) fireda...@gmail.com wrote: Hi everyone. I'm interesting how wicket

Wicket.Event.publish and bubbling

2013-10-21 Thread Attila Tarkabak
Hello List! I can see that Wicket 6 is using jQuery.triggerHandler() for propagating events like '/dom/node/removing' or '/dom/node/added', which occur when an AJAX response is processed. Is there a particular reason for not using jQuery.trigger() instead? jQuery.triggerHandler() does not make

Re: Wicket.Event.publish and bubbling

2013-10-21 Thread Martin Grigorov
Hi, On Mon, Oct 21, 2013 at 2:01 PM, Attila Tarkabak tarkab...@gmail.comwrote: Hello List! I can see that Wicket 6 is using jQuery.triggerHandler() for propagating events like '/dom/node/removing' or '/dom/node/added', which occur when an AJAX response is processed. Is there a particular

Re: Wicket.Event.publish and bubbling

2013-10-21 Thread Attila Tarkabak
Hi Martin, You are very right, I have mistaken the element. Thank you for your quick answer! Best regards, A On Mon, Oct 21, 2013 at 1:27 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, On Mon, Oct 21, 2013 at 2:01 PM, Attila Tarkabak tarkab...@gmail.com wrote: Hello List! I

Re: How Does Checkbox Know To Store To My Data Object

2013-10-21 Thread dhongyt
Sorry I'm using the tag FormDownloadBagService form = new FormDownloadBagService(dataForm) { @Override protected void onSubmit() { } }; Basically looks like this. -- View this message in context:

set session-timeout

2013-10-21 Thread Christoph.Manig
Hello, in my application i have set the errorpage for expired pages like this: getApplicationSettings().setPageExpiredErrorPage(Timeout.class); Now I want to make the time until the application expires configurable. How can I do this? Can I set this in the WicketApplication.init()? Mit

Re: set session-timeout

2013-10-21 Thread Martin Grigorov
http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.6/api/javax/servlet/http/HttpSession.html#setMaxInactiveInterval(int) On Mon, Oct 21, 2013 at 4:44 PM, christoph.ma...@t-systems.com wrote: Hello, in my application i have set the errorpage for expired pages like this:

Re: set session-timeout

2013-10-21 Thread francois meillet
HttpSession httpSession = ((ServletWebRequest) RequestCycle.get().getRequest()).getContainerRequest().getSession(); httpSession.setMaxInactiveInterval(timeOut); François On Mon, Oct 21, 2013 at 4:12 PM, Martin Grigorov mgrigo...@apache.orgwrote:

Re: unwanted DefaultPageManagerProvider

2013-10-21 Thread uwe schaefer
On 10/21/2013 09:07 AM, Martin Grigorov wrote: Hi Martin, I hope the ticket will describe better what and the damage is done actually means. sorry if i was unclear. looks like i got lost in the details. the actual damage is: there is a Thread started and associated with a

Re: set session-timeout

2013-10-21 Thread Michael Haitz
or you can add the following snippet to your web.xml: session-config session-timeoutTIME_IN_MINUTES/session-timeout /session-config cheers, Michael Am 21.10.2013 um 16:34 schrieb francois meillet francois.meil...@gmail.com: HttpSession httpSession = ((ServletWebRequest)

wicket-bootstrap NoSuchMethodError: Url.parse

2013-10-21 Thread meduolis
Hello, does anybody knows, what I could be doing wrong with wicket-bootsrap setup? I keep getting this error when entering wicket application: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-bootstrap-NoSuchMethodError-Url-parse-tp4661909.html Sent from

Re: wicket-bootstrap NoSuchMethodError: Url.parse

2013-10-21 Thread David Beer
Hi Which wicket-bootstrap version and how have you added wicket-bootstrap to your application? Thanks David On 21 October 2013 21:26, meduolis meduol...@gmail.com wrote: Hello, does anybody knows, what I could be doing wrong with wicket-bootsrap setup? I keep getting this error when

Re: wicket-bootstrap NoSuchMethodError: Url.parse

2013-10-21 Thread meduolis
Wicket is 6.11.0 Bootstrap: also tried this bootstrap version: The same exception with both of them. I install Bootstrap into application using those settings in init() method: -- View this message in context: