Re: WICKET-2882 Enclosures issue

2010-05-22 Thread Jeremy Thomerson
On Sat, May 22, 2010 at 12:55 AM, Chris Colman chr...@stepaheadsoftware.com wrote: Ditto bro! I'm very keen to migrate from 1.4.1 up to the latest 1.9.x. WHOA! You guys must be working pretty hard in submarine mode. I mean, Igor's only working on 1.5.x and I thought he was on the bleeding

Re: The page isn't redirecting properly error

2010-05-22 Thread Douglas Ferguson
I'm pretty sure this is a regression.. On May 20, 2010, at 1:33 PM, Douglas Ferguson wrote: I think part of the problem is that we have a RequestCycleProcessor that redirects pages to ssl if they are secure page. The problem seems to be related to setResponsePage in an ajax callback, and

Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread Martin Makundi
Hi! We would like to use google analytics to track how users use our site. This means that the url should contain some information about on which page the user is on and furthermore google should be taught to ignore some of the redundant dynamic part like wicket:interface=:1 which does not

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread nino martinez wael
why not just omit the analytics js on the pages that you do not want track of? 2010/5/22 Martin Makundi martin.maku...@koodaripalvelut.com: Hi! We would like to use google analytics to track how users use our site. This means that the url should contain some information about on which page

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread Martin Makundi
Hmm... my problem was how to track not how to omit tracking ... ;] ** Martin 2010/5/22 nino martinez wael nino.martinez.w...@gmail.com: why not just omit the analytics js on the pages that you do not want track of? 2010/5/22 Martin Makundi martin.maku...@koodaripalvelut.com: Hi! We would

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread nino martinez wael
So on your pages that do not contain stateless content just omit the ga js..? Should be simple and work, although depending on your architecture.. 2010/5/22 Martin Makundi martin.maku...@koodaripalvelut.com: Hmm... my problem was how to track not how to omit tracking ... ;] ** Martin

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread Martin Makundi
No. I do not want to omit. I want to track stateful content. ** Martin 2010/5/22 nino martinez wael nino.martinez.w...@gmail.com: So on your pages that do not contain stateless content just omit the ga js..? Should be simple and work, although depending on your architecture.. 2010/5/22

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread M. Hammer
I've been in the same situation, and decided against GA and in favour of my own implementation. Main reason is that GA is problematic in the EU due to privacy concerns. Nevertheless, whether you implement your own tracker or use GA, you need to come up with semantics of stateful content.

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread Rodolfo Hansen
What our team did was write a behavior for tracking wicket component rendering ajax behaviour execution which could be used to track wizard actions... On Sat, May 22, 2010 at 10:33 AM, M. Hammer nab...@hammer-tour.com wrote: I've been in the same situation, and decided against GA and in favour

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread nino martinez wael
Ahh I understand.. Never crossed my mind, as I think we laws against that in denmark (where I am living).. 2010/5/22 Martin Makundi martin.maku...@koodaripalvelut.com: No. I do not want to omit. I want to track stateful content. ** Martin 2010/5/22 nino martinez wael

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread Martin Makundi
You have laws against collecting statistics about website usage? ** Martin 2010/5/22 nino martinez wael nino.martinez.w...@gmail.com: Ahh I understand.. Never crossed my mind, as I think we laws against that in denmark (where I am living).. 2010/5/22 Martin Makundi

Re: Find markup id of checkbox tags of CheckBoxMultipleChoice? To check/uncheck with plain javascript (ie no ajax)

2010-05-22 Thread Igor Vaynberg
ive added this...you can take advantage of it in the next release or via a snapshot you build yourself.. /** * Creates markup id for the input tag used to generate the checkbox for the element with the * specified {...@code id}. * p * NOTE It is useful

Re: https://issues.apache.org/jira/browse/WICKET-2875

2010-05-22 Thread Igor Vaynberg
no, as far as i see the guice injector is written in a way that does not take advantage of wicket's injector infrastructure, which is too bad because the guice injector doesnt take advantage of the caching either. -igor On Fri, May 21, 2010 at 2:02 AM, Douglas Ferguson doug...@douglasferguson.us

Re: Extending RequestLogger

2010-05-22 Thread Igor Vaynberg
yeah, its strange that an interface depends on an inner, albeit public static class of another concrete class. please add a jira issue. -igor On Fri, May 21, 2010 at 10:47 AM, Clint Checketts checke...@gmail.com wrote: I'm trying to implement my own RequestLogger but have hit a snag. As an

Re: The page isn't redirecting properly error

2010-05-22 Thread Jonathan and Carrie Olson
I also just noticed an AjaxButton problem after upgrading to 1.4.8. Wicket ajax debug just prints INFO: Invoking pre-call handler(s)... when the button is clicked. Using wireshark, I saw that no packets were being sent. I'll see if I can get a short example that proves the point. -Jonathan

RE: WICKET-2882 Enclosures issue

2010-05-22 Thread Chris Colman
Ditto bro! I'm very keen to migrate from 1.4.1 up to the latest 1.9.x. WHOA! You guys must be working pretty hard in submarine mode. I mean, Igor's only working on 1.5.x and I thought he was on the bleeding edge :) Yeah, whoops! I meant to say 1.4.9 ... (I had intended to keep our

Re: Google Analytics and Wicket Dynamic Urls

2010-05-22 Thread Don Ferguson
We are using google analytics with wicket on our site (the asynchronous model), and explicitly specify the page URL by passing a parameter to _trackPageView. See http://www.rixty.com. That way we can track a logical view of the site hierarchy, and don't have to worry about the page

[NOTICE] wicketstuff-core artifacts now available through oss.sonatype.org

2010-05-22 Thread Michael O'Cleirigh
Hello, There was discussion on d...@wicket.apache.org about migrating away from self hosted developer tools (jira, wiki and maven repository) for wicketstuff.org. Because I wanted SNAPSHOTS of wicketstuff to be generating and Teamcity keeps getting banned by sourceforge I've done the setup

[Vote] Release wicketstuff-core 1.4.7

2010-05-22 Thread Michael O'Cleirigh
Hello, I was able to successfully stage a release for wicketstuff-core 1.4.7 into the oss.sonatype.org infrastructure. All of the 1.4.7 artifacts can be retrieved from this staging repository: http://oss.repository.sonatype.org/content/repositories/orgwicketstuff-124/ This is the