Re: Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
; On Thu, 7 Feb 2019 at 10:16, Zala Pierre GOUPIL > wrote: > > > Thanks Dan! As a side-note, are you the author of this tool: > > https://github.com/danhaywood/java-testsupport ? I love it! :-) > > > > Regards, > > > > Zala > > > > >

Re: Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
ilar. There you design your domain > > entities and the framework generates the UI (with Wicket) and REST > > interfaces for them. There is also Angular frontend that consumes the > REST > > APIs. > > But here you have much less freedom how your (Wicket) UI will look l

Re: Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
t consumes the REST > APIs. > But here you have much less freedom how your (Wicket) UI will look like. > You can override the defaults but it is an effort! > > On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL > > wrote: > > > All, > > > > It'

Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
All, It's 2019 now. Which scaffolding tool for a Wicket 8 user would you advise, please? Regards, Zala -- Je n'aime pas seulement ma vie, mais aussi celle des autres. (Blade Runner)

Re: [Wicket 8] delete version number in url

2018-06-03 Thread Zala Pierre GOUPIL
gt; On Sun, Jun 3, 2018 at 7:36 PM, Zala Pierre GOUPIL > wrote: > > All, > > > > There are a number of solutions around to remove the version number part > of > > the browser URL, for instance here: > > > > https://stackoverflow.com/questions/8602489/dele

[Wicket 8] delete version number in url

2018-06-03 Thread Zala Pierre GOUPIL
All, There are a number of solutions around to remove the version number part of the browser URL, for instance here: https://stackoverflow.com/questions/8602489/delete-version-number-in-url Unfortunately, I haven't figured out a Wicket 8 way of doing this: my modification of the code doesn't do

Re: The day Wicket became Apache Wicket 10 years ago!

2017-06-19 Thread Zala Pierre GOUPIL
Congratulations! Keep up the good work! On Tue, Jun 20, 2017 at 7:44 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hope that many years are going to be added. :-) > > kind regards > > Tobias > > > Am 19.06.2017 um 21:18 schrieb Martijn Dashorst < > martijn.dasho...@gmail.com

Re: Wicket back button behavior

2017-04-10 Thread Zala Pierre GOUPIL
Hi, If I get you right, you want to be able to have some pages that always display their last state, right? What about trying the "Wicket no version mapper" pattern? [1] For you, getting rid of the version number in the URL is just a side-effect, but it should do the trick. Plus, you can switch i

Re: Access denied

2017-03-09 Thread Zala Pierre GOUPIL
gorov wrote: > The error says "behavior not enabled" so there is some logic that sets > 'enabled' to false. > I'd suggest to put a breakpoint and see what happens. > > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov

Re: Access denied

2017-03-08 Thread Zala Pierre GOUPIL
Mmmmh actually, the access denied page appears as soon as the component is clicked! Not just when a value is submitted. On Wed, Mar 8, 2017 at 5:19 PM, Zala Pierre GOUPIL wrote: > No, it doesn't have such calculations. Could the problem be > websockets-related? > > On Wed, Ma

Re: Access denied

2017-03-08 Thread Zala Pierre GOUPIL
rendering but later when Wicket > tries to post the new value after edit it calculates to 'disabled' > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Mar 8, 2017 at 4:54 PM, Zala Pierre GOUPIL > > wrote: > > &g

Access denied

2017-03-08 Thread Zala Pierre GOUPIL
Good afternoon, I use Wicket 7.6.0. When clicking on an AjaxEditableLabel, I get the following message in the logs: behavior not enabled; ignore call. Behavior org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel$LabelAjaxBehavior@1bab91c8 at component [Component id = label] And there

Re: Websockets for graph data streaming

2017-03-08 Thread Zala Pierre GOUPIL
Good morning, Would you mind sharing that library with us, please? Regards, Pierre Goupil Le 8 mars 2017 09:28, "Gonzalo Aguilar Delgado" a écrit : > Hi Martin, > > Thank you a lot. I'm almost done!!! > > It's so great. I made a clientside library that al

Re: Wicket 7 + Spring Security 7

2017-01-09 Thread Zala Pierre GOUPIL
Hi, Thanks a lot for sharing this! Very useful! Regards, Pierre On Mon, Jan 9, 2017 at 9:43 PM, David Beer wrote: > Hi Martin/All > > I actually solved the problem late yesterday. The issue is around the way > in which spring security can be configured. There had been a lot of changes > bet

Re: Twitter poll result 2

2016-11-01 Thread Zala Pierre GOUPIL
Hello, Regarding models, and for French community, this article is a must-read: http://djo-mos.developpez.com/tutoriels/java/wicket/explore-models/ Maybe we should start rewriting it for it to be more up-to-date and / or translating it. My 2 cents, Pierre Goupil On Tue, Nov 1, 2016 at 11

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Zala Pierre GOUPIL
Hi, On Tue, Dec 29, 2015 at 1:44 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > I think you are looking for that: > > > https://github.com/wicketstuff/core/blob/master/config/eclipse/wicket-workspace-javacode-formatter-profile.xml > > > There's an Intellij plugin whi

AJAX refreshing of complex components (custom, ListViews and the like)

2015-06-22 Thread Zala Pierre GOUPIL
Good morning, This not a question that I'd like to ask here, it's rather something which I once thought about publishing on my blog but as it is a simple solution to a recurring problem, I post it here, as I haven't got a blog yet. I lack of time and, to be honest, I have kind of an ill health…

Re: up to date Wicket presentation?

2015-06-21 Thread Zala Pierre GOUPIL
Good morning, On my side of the planet it is 9am in Bordeaux and I feel myself a crushing desire to be with people who can speak my language, so here I am :-) I have written http://hatchetharry.net with a little help from my friends (as a well-known song says) and something which I feel absolutel

Re: New committer - Sebastien Briquet

2015-02-13 Thread Zala Pierre GOUPIL
\o/ Bienvenue Sébastien ! Bravo et continue comme ça ! On Fri, Feb 13, 2015 at 10:02 PM, Martin Grigorov wrote: > The Project Management Committee (PMC) for Apache Wicket > has asked Sebastien Briquet to become a committer and we are pleased > to announce that he has accepted. > > Sebastien has

Re: Wicket WebRTC Integration

2015-02-10 Thread Zala Pierre GOUPIL
kind regards > > Tobias > > Am 31.01.15 um 00:49 schrieb Zala Pierre GOUPIL: > > Hi, >> >> Excellent work, congrats! And I'm talking about all your >> "wicket-components-playground" project! I'll test your Wicket WebRTC >> Integration and tell

Re: Wicket WebRTC Integration

2015-01-30 Thread Zala Pierre GOUPIL
Hi, Excellent work, congrats! And I'm talking about all your "wicket-components-playground" project! I'll test your Wicket WebRTC Integration and tell you how it goes. In fact, I'm currently using a full JS WebRTC component ( https://code.google.com/p/webrtc4all/) but I'm not fully satisfied with

Re: Wicket & Spring

2014-11-16 Thread Zala Pierre GOUPIL
You're welcome! :-) On Mon, Nov 17, 2014 at 2:18 AM, Kevin James Baxter wrote: > > Excellent! > > That example worked perfectly. > > Thank you, Pierre! > > > On Mon, 2014-11-17 at 01:29 +0100, Zala Pierre GOUPIL wrote: > > > Good evening, > > &

Re: Wicket & Spring

2014-11-16 Thread Zala Pierre GOUPIL
Good evening, Have a look here: https://cwiki.apache.org/confluence/display/WICKET/Spring It's a bit old but still useful. Plus you can check the wicket-phonebook example application from wicketstuff, it gives good code examples. Regards, Pierre On Mon, Nov 17, 2014 at 1:26 AM, Kevin James

GitHub

2014-11-13 Thread Zala Pierre GOUPIL
Hi all, When I try and fork Wicket github repo, I don't get all the branches and tags. Does anyone has a clue regarding that? Cheers, Pierre -- Si le sang ne coule pas assez chaud dans tes veines, je le répandrai sur le sable pour qu'il bouille au soleil.

Re: Is this possible?

2014-10-16 Thread Zala Pierre GOUPIL
You can try wicket-quickview, which is based on the stuff in the link Martin provided. It works pretty well IMHO, and it is Wicket 6.0 compliant: https://github.com/vineetsemwal/quickview Regards, Pierre On Thu, Oct 16, 2014 at 6:28 PM, Martin Grigorov wrote: > Hi, > > I'd recommend you t

Re: adding wicket generated link to javascript

2014-09-03 Thread Pierre Goupil
Good evening, You can use a Behavior: - subclass AbstractDefaultAjaxBehavior, - in the overriden renderHead(final Component component, final IHeaderResponse response) use template interpolation to pass the URL to the JS: template.interpolate(variables); - in the JS, use the Wicket client-side API

broken Wicket build

2014-08-16 Thread Pierre Goupil
Hi, When trying to build the latest Apache Wicket Git repository, I get this error: [ERROR] Failed to execute goal org.codehaus.mojo:clirr-maven- plugin:2.6.1:check (clirr-check) on project wicket-util: Execution clirr-check of goal org.codehaus.mojo:clirr-maven-plugin:2.6.1:check failed: Invalid

Re: Testing JS

2014-08-12 Thread Pierre Goupil
he UI interactions. See > http://wicketinaction.com/2012/11/javascript-based-functional-testing/ for > more details. > These tests are executed manually by visiting > http://localhost:8080/js-test/all.html > > Martin Grigorov > Wicket Training and Consulting > https://t

Testing JS

2014-08-11 Thread Pierre Goupil
Good evening, Are there any good practices or known solutions in order to test the JavaScript of a Wicket application? For the moment, I launch my tests in the Wicket pages in Jenkins, with a flag telling whether to display them or not depending upon the staging plateform: they are hidden in prod

Re: Mailbox component

2014-08-08 Thread Pierre Goupil
east a week's effort. > > > > > > That's more or less the effort it took me to roll out it ;-) > > > > > > > On Wed, Jul 30, 2014 at 1:35 AM, Ernesto Reinaldo Barreiro < > > > reier...@gmail.com> wrote: > > > >

Mailbox component

2014-07-29 Thread Pierre Goupil
Good evening, Does anyone know about a mailbox component, please? I'm looking for something to allow my users send and browse private messages through my webapp. And I'd be surprised that there is no good open-source components to do that out there. Any suggestion? Thanks in advance, Pierre

Re: Wicket-Atmosphere: how to post to only one client ?

2014-07-28 Thread Pierre Goupil
Yes, it should be OK. On Mon, Jul 28, 2014 at 6:19 PM, guillaume.mary < guillaume.m...@interview-efm.com> wrote: > Yes, thanks for the entry point. > > So I came to the following solution: register a > ResourceRegistrationListener > on the EventBus which fills a Map (concurrent) of SessionId to

Re: Wicket-Atmosphere: how to post to only one client ?

2014-07-28 Thread Pierre Goupil
Good afternoon, Yes, there is a registration mechanism. You have to implement ResourceRegistrationListener, for instance in your Application class. Then you have the two methods resourceRegistered & resourceUnregistered which make you aware of the UUIDs as they come and go. Is it clearer? Regard

wicket-atmosphere

2014-07-24 Thread Pierre Goupil
he Sys.out do gives me a non-empty but I can't figure out how to hook it into the WicketTester's getLastResponse(). Any help will be much appreciated. Regards, Pierre Goupil -- La vie est source de joie, la mort est source de paix, seule la transition est difficile.

Re: Delete version number in url

2014-05-16 Thread Pierre Goupil
Thanks. I figured it out. On Fri, May 16, 2014 at 3:08 PM, Prag wrote: > @Maxim, your solution works fine, thanks! > > @Pierre > The link does work, but you have to remove the "(NoVersionMapper class)" > suffix: > > > https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings

AjaxRequestTarget weirdness

2014-05-15 Thread Pierre Goupil
Hello folks, I'm currently trying to roll my own on Wicket-Atmosphere: I've forked the github repo and I'm trying to make the project unit testable. I must admit that I'm not far from reaching my objectives, but there is a thing that puzzles me. Please, let me explain: I would like to have an AJ

AjaxRequestTarget weirdness

2014-05-14 Thread Pierre Goupil
Hello folks, Sorry if this is double-posting, but I have the feeling that my previous message didn't find its way. I'm currently trying to roll my own on Wicket-Atmosphere: I've forked the github repo and I'm trying to make the project unit testable. I must admit that I'm not far from reaching m

Re: problem with message order delivered to wicket users list

2014-05-14 Thread Pierre Goupil
I have lots of trouble, too and Martin told me that it was a problem for all of the ASF mailing-lists. Hence, my message sent 4 times (!) here, for which I do apologize. https://blogs.apache.org/infra/entry/mail_outage Regards, Pierre On Wed, May 14, 2014 at 6:21 AM, Ernesto Reinaldo Barreir

AjaxRequestTarget weirdness

2014-05-12 Thread Pierre Goupil
Hello folks, Sorry if this is double-posting, but I have the feeling that my previous message didn't find its way. I'm currently trying to roll my own on Wicket-Atmosphere: I've forked the github repo and I'm trying to make the project unit testable. I must admit that I'm not far from reaching m

Re: Delete version number in url

2014-05-11 Thread Pierre Goupil
Good afternoon, I wanted to have a look, but your link gives me a 404. Regards, Pierre On Sun, May 11, 2014 at 4:54 AM, Maxim Solodovnik wrote: > Here is approach we are currently using: > > https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org

Re: get page instance in AtmosphereRequestHandler

2014-02-24 Thread Pierre Goupil
websocket requests to it, as > in the real usage. > By using tester.startPage(thePage) Wicket will store the page in > MockPageManager and later you can find it by its id. > > Martin Grigorov > Wicket Training and Consulting > > > On Sat, Feb 22, 2014 at 5:13 PM, Pierre Go

Re: get page instance in AtmosphereRequestHandler

2014-02-22 Thread Pierre Goupil
gards, Pierre On Sat, Feb 22, 2014 at 2:17 AM, Pierre Goupil wrote: > Good evening, > > I'm trying to implement the unit test functionality of Wicket-Atmosphere. > I'm stuck on a silly thing. > > I have this code in the class AtmosphereRequestHandler: > > @O

get page instance in AtmosphereRequestHandler

2014-02-21 Thread Pierre Goupil
Good evening, I'm trying to implement the unit test functionality of Wicket-Atmosphere. I'm stuck on a silly thing. I have this code in the class AtmosphereRequestHandler: @Override public void respond(final IRequestCycle requestCycle) { final Page page = (Page)Application.ge

Re: CVE-2014-0043

2014-02-21 Thread Pierre Goupil
Good afternoon, Sorry but the first link gives me a 404. Regards, Pierre ​

Re: [OT] thanks

2014-01-14 Thread Pierre Goupil
, 2014 at 9:20 PM, Pierre Goupil wrote: > Good evening, > > I finally have the need to use nginx, but can't figure out how to > configure it with Wicket and Atmosphere. > > I've provided the nginx configuration quoted above, and in my init() > m

Re: [ANNOUNCE] Apache Wicket 6.13.0 adds free online user guide

2014-01-14 Thread Pierre Goupil
+1, it is a pain-killer! :-) Cheers to all of you, Pierre On Tue, Jan 14, 2014 at 12:01 PM, Zilvinas Vilutis wrote: > This guide is AWESOME! > > Big respect and thank you to everyone who contributed! > > Žilvinas Vilutis > > > > On Mon, Jan 13, 2014 at 6:00 PM, Martijn Dashorst >wrote: > >

Re: [OT] thanks

2014-01-13 Thread Pierre Goupil
e-proxying > needs are > > pretty simple. I've been meaning to try nginx. > > > > http://nginx.org/en/docs/http/websocket.html > > > > On Wed, Aug 14, 2013 at 7:42 AM, Pierre Goupil > wrote: > > > I use only Tomcat (7.0.40) and I must admit that wit

Component hierarchy

2014-01-03 Thread Pierre Goupil
Good afternoon, all, and happy new year! I'm currently trying to implement a component: a jQuery dialog window which could have any component (extending Panel?) as its content. Let me explain: I'd have a dialog which would be added to the page by the client code of the dialog so that it's the cli

wicketstuff-facebook

2013-12-22 Thread Pierre Goupil
Good afternoon, I'm currently struggling with wicketstuff-facebook 6.12.0 with the same version of Wicket. I'm unable to have the logged in callback executed. Here is my code: final LoginButton button = new LoginButton("loginButton", FacebookPermission.user_events); button.setShowFaces(t

wicket-atmosphere

2013-11-20 Thread Pierre Goupil
Good evening, This may be off-topic but I'd like to congratulate Emond for his work on wicket-atmosphere. I've tried version 0.16-SNAPSHOT and it works like a charm: the migration to Atmosphere 2 is just painless. And regarding the performance boost promised by JF Arcand, there is no surprise: it

Re: Wicket merchandise

2013-09-18 Thread Pierre Goupil
That's a good idea! But unfortunately, the link gives me a 404 and a search for "Wicket" or "Apache Wicket" retrieves nothing relevant. Anyway: let's go! :-) Pierre On Wed, Sep 18, 2013 at 9:23 PM, Martin Grigorov wrote: > Sven Meier +1 > > > On Wed, Sep 18, 2013 at 10:10 PM, nino martinez wa

Re: [ANNOUNCE] WicketStuff 6.10.0 is released

2013-08-22 Thread Pierre Goupil
Andrea, I'd be curious to have a look at your JavaLobby article. Will you be kind enough to post the link here when it's available, please? Regards, Pierre On Thu, Aug 22, 2013 at 3:24 PM, Andrea Del Bene wrote: > Anybody has a list of the new modules available with this last version? > I'd

Re: [OT] thanks

2013-08-14 Thread Pierre Goupil
erver stack to support websockets before we can actually use it in > production applications. Hopefully, with the release of jee7 (with jsr356) > maintainers of httpd and ajp will finally realize they need to support > websockets as well. > > Best regards, > Emond > > On

[OT] thanks

2013-08-14 Thread Pierre Goupil
Good morning, All apologies for this totally off-topic message, but I would like to say a big "THANK YOU" to Emond for his work on wicket-atmosphere. His code is far from trivial, yet it is a real pleasure to use it. According to me, the killer-feature is the fact that we have an AjaxRequestTarge

Re: Draw inside Apache Wicket

2013-07-29 Thread Pierre Goupil
I can't reply, but I'd be curious to have a look at your dashboard application. Especially compared to that one: https://github.com/decebals/wicket-dashboard Regards, Pierre On Mon, Jul 29, 2013 at 4:40 PM, Maxim Solodovnik wrote: > Here is an example: https://github.com/andunslg/Whiteboard-W

Re: Wicket-Atmosphere : best way to call server

2013-07-08 Thread Pierre Goupil
t 10:12 AM, Pierre Goupil wrote: > Thanks, Martin! So it definitely worth giving it a try: I'll do that ASAP. > > Regards, > > Pierre > > > On Mon, Jul 8, 2013 at 8:13 AM, Martin Grigorov wrote: > >> Hi, >> >> I think you should use the Atmosphere

Re: Wicket-Atmosphere : best way to call server

2013-07-08 Thread Pierre Goupil
#x27;t > work. > > Wicket NativeWebSocket exposes Wicket.WebSocket.** APIs but afaik there is > no such thing in WIcket-Atmosphere. > > > On Sat, Jul 6, 2013 at 6:43 PM, Pierre Goupil >wrote: > > > Good afternoon, > > > > When using Wicket-Atmosphe

Wicket-Atmosphere : best way to call server

2013-07-06 Thread Pierre Goupil
Good afternoon, When using Wicket-Atmosphere (0.11), which is the recommended way to send a message to the server in order to receive a WebSocket (or fallback transport) response? I mean, I am supposed to do: var socket = $.atmosphere;var request = new $.atmosphere.AtmosphereRequest();var subSoc

Re: Wicket-Atmosphere & ResourceRegistrationListener

2013-06-26 Thread Pierre Goupil
Heads up, men! :-) I'm gonna file in a bug, then. Hopefully, Emond will be able to do something for me. Regards, Pierre On Tue, Jun 25, 2013 at 8:19 PM, Pierre Goupil wrote: > > Good evening all, > > I use ResourceRegistrationListener in my HomePage with wicket-atmosphere &

Wicket-Atmosphere & ResourceRegistrationListener

2013-06-25 Thread Pierre Goupil
Good evening all, I use ResourceRegistrationListener in my HomePage with wicket-atmosphere 0.10 and neither resourceRegistered() nor resourceUnregistered() are called. Does anyone have a clue, please? I have a working clock, as in the examples, but I can't find the UUID for EventBus#post(Object

Re: PageableListView with two rows

2013-06-14 Thread Pierre Goupil
Thanks to both of you! I've managed to do what I liked. It's a little bit unusual for me, but it's clean and it works. Cheers men, Pierre On Tue, Jun 11, 2013 at 5:06 PM, Eric Jablow wrote: > ListView and its subclasses do not require the use of tables. If another > style of markup is useful

Re: PageableListView with two rows

2013-06-10 Thread Pierre Goupil
ou anyway! Regards, Pierre On Mon, Jun 10, 2013 at 10:17 PM, Dan Retzlaff wrote: > Hi Pierre, > > Associate your PageableListView with a that wraps your two s. > Use item.setRenderBodyOnly(true) to prevent the from being rendered > so your table markup is still valid. >

PageableListView with two rows

2013-06-10 Thread Pierre Goupil
Good evening, Is there a way to have a PageableListView with two rows? Here is my code: final PageableListView columnListView = new PageableListView( "columnListView", secondLine, SearchPage.RESULTS / 2) { private static final long serialVersionUID = 1L;

Re: 1.4 -> 6.0 question

2013-04-12 Thread Pierre Goupil
(!((FormComponent)component).isValid()) { > String cl = tag.getAttribute("class"); > if (cl == null) { > tag.put("class", "error"); > } else { > tag.put("class", "error " + cl); > } > } >

1.4 -> 6.0 question

2013-04-11 Thread Pierre Goupil
Good evening, I have a Wicket 1.4 code that I want to migrate to 6.0. It all works fine except for this code in a sub-class of SimpleAttributeModifier: @Override public void onComponentTag(final Component component, final ComponentTag tag) { System.out.println("ononComponentTag called. co

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
OK, I'll do it ASAP! On Thu, Jan 31, 2013 at 11:33 PM, Martin Grigorov wrote: > File a ticket please. > Preferably with a patch, or at least a test case. > > > On Thu, Jan 31, 2013 at 11:25 PM, Pierre Goupil >wrote: > > > That's it! What a shame to be forc

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
That's it! What a shame to be forced to manipulate the Ajax response by hand to test this... Anyway, it is possible! On Thu, Jan 31, 2013 at 7:36 PM, Pierre Goupil wrote: > Good idea! So you think this comes from the CDATA section too: funny... > > > On Thu, Jan 31, 2013 at 7:

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
Good idea! So you think this comes from the CDATA section too: funny... On Thu, Jan 31, 2013 at 7:33 PM, Andrea Del Bene wrote: > I think you should extract the HTML from CDATA section. I've run a test > with the response you wrote in your email and if I get rid of outer tags it > works fine. >

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
ery")); target.add(parent); AFAIK this is idiomatic Wicket, but in my case it looks like this is what has me stuck. Maybe I'm wrong here but if anybody knew a way to retrieve my two tags with class "nav-thumb" in an Ajax update, that would be great. Thanks in advance, Pier

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
!!! It looks like I made a mistake: getLastResponseAsString do give the last Ajax response. I thought you were speaking about getLastResponse().getDocument() which doesn't take Ajax into account. Thanks, I'll look for that! Regards, Pierre On Thu, Jan 31, 2013 at 4:44 PM, Pierre Go

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
Yes, I could but in fact it returns the last non-Ajax response. I see it when providing it to TagTester#createTagsByAttribute. Thank you anyway. On Thu, Jan 31, 2013 at 4:38 PM, Andrea Del Bene wrote: > Hi, > > I haven't tested it but I think you could get the last response from > WicketTester

[6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
Good afternoon, I'd like to test an Ajax response. More precisely, I'd like to get the list of HTML tags which attributes have a given value. I know of TagTester#createTagsByAttribute but it looks like it is for non-Ajax only, correct me if I'm wrong. Is there any way to do that in a Wicket 6 un

Re: [6.5.0] Ajax regression on Chrome

2013-01-31 Thread Pierre Goupil
No, Debian. On Thu, Jan 31, 2013 at 2:45 PM, Robert O'Connor wrote: > Is it ubuntu? > > ---rob > > Sent from my phone...excuse any typos. > On Jan 31, 2013 8:32 AM, "Pierre Goupil" wrote: > > > Men... I've deleted ~/.cache/google-chrome & ~/.

Re: [6.5.0] Ajax regression on Chrome

2013-01-31 Thread Pierre Goupil
new unix user and try with the same Chrome installation. > > > On Thu, Jan 31, 2013 at 1:48 PM, Pierre Goupil >wrote: > > > That's weird men! In wicket-library.com the Ajax links work, except that > > you must click once on the first "increment" button before it

Re: [6.5.0] Ajax regression on Chrome

2013-01-31 Thread Pierre Goupil
, 25 and 26. OS: Ubuntu. > I'll check your quickstart tomorrow. > Please test at wicket-library.com, as Martijn requested. > > > On Wed, Jan 30, 2013 at 9:59 PM, Pierre Goupil >wrote: > > > OK, I'll do that and come again when I have more news. Thanks! > &g

Re: [wicket-atmosphere] resource UUID

2013-01-31 Thread Pierre Goupil
ound like a good idea. > Perhaps > someone at the Atmosphere Google groups can help you with this. It might be > that something is wrong with the Broadcaster.broadcast(String, Resource) > method. > > Best regards, > Emond > > On Wednesday 30 January 2013 21:33:21 Pierre G

Re: [6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
> > Martijn > > On Wed, Jan 30, 2013 at 9:48 PM, Pierre Goupil > wrote: > > Maybe I could investigate on jQuery? If they have an open bug or a > > work-around? After all, one of its principles is to abstract you from > > browsers différences. What do you think? I

Re: [6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
ntly messed up–which is not uncommon for them to do BTW. > > Martijn > > On Wed, Jan 30, 2013 at 9:36 PM, Pierre Goupil > wrote: > > I must admit that I don't know their workflow. But I guess that it is far > > heavier and time-consuming than that of Wicket, right? Co

Re: [6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
> Martijn > > On Wed, Jan 30, 2013 at 9:00 PM, Pierre Goupil > wrote: > > Good evening, > > > > I've been through a strange behavior since I upgraded my Linux box to > > Chrome 24 (latest stable release, I believe). > > > > To put it shortly, the

Re: [wicket-atmosphere] resource UUID

2013-01-30 Thread Pierre Goupil
ource); singleBroadcaster.broadcast(response.toString()); } And it does work! What shall I do, now? Open a Jira ticket? Issue a pull-request? Or just let you introduce this tiny bit of code? Thanks for the good, hard work! Regards, Pierre Goupil On Thu, Jan 10, 2013 at 4:

[6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
Good evening, I've been through a strange behavior since I upgraded my Linux box to Chrome 24 (latest stable release, I believe). To put it shortly, the Ajax links reload the page, hence their actions are mostly not taken into account. I've created: https://issues.apache.org/jira/browse/WICKET-

Re: [6.0] CouldNotLockPageException

2013-01-28 Thread Pierre Goupil
t; } > > > > > > public boolean isDevelopmentMode() { > > > return (getConfigurationType() == > > > RuntimeConfigurationType.DEVELOPMENT); > > > } > > > > > > At least you won't have to change your code when going between &g

Re: [6.0] CouldNotLockPageException

2013-01-27 Thread Pierre Goupil
why it takes that long and try to make the request > processing faster. > > > On Sat, Jan 26, 2013 at 9:21 PM, Pierre Goupil >wrote: > > > Thanks a lot, it works! > > > > Cheers, > > > > Pierre > > > > > > On Sat, Jan 26, 201

Re: [6.0] CouldNotLockPageException

2013-01-26 Thread Pierre Goupil
Thanks a lot, it works! Cheers, Pierre On Sat, Jan 26, 2013 at 7:00 PM, Sven Meier wrote: > You can adjust IRequestCycleSettings#**setTimeout(). > > Sven > > > > On 01/26/2013 06:03 PM, Pierre Goupil wrote: > >> Good afternoon, >> >> When debuggin

[6.0] CouldNotLockPageException

2013-01-26 Thread Pierre Goupil
Good afternoon, When debugging through my Wicket code, I often get this exception: CouldNotLockPageException: Could not lock page 1. Attempt lasted 1 minute Is there anything I can do to rise up this timeout, please? Regards, Pierre Goupil -- "Parce que c'est la nuit qu'

Re: [wicket-atmosphere] atmosphere version

2013-01-11 Thread Pierre Goupil
u should try to verify > the > AJAX-messges, perhaps with Wicket's AJAX-debugger. > > Best regards, > Emond > > On Friday 11 January 2013 17:06:09 Pierre Goupil wrote: > > Sure! But it doesn't help. And as I said, there is no error in my logs, > > neithe

Re: [wicket-atmosphere] atmosphere version

2013-01-11 Thread Pierre Goupil
add that? > > Best regards, > Emond > > > On Tuesday 08 January 2013 23:52:40 Pierre Goupil wrote: > > Good evening, > > > > Which version of the atmosphere runtime am I supposed to use with > > wicket-atmosphere? > > > > In my app, when I use atmosphe

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Pierre Goupil
igorov wrote: > You have to register it in the EventBus > > > On Thu, Jan 10, 2013 at 4:27 PM, Pierre Goupil >wrote: > > > Hi Emond, > > > > I must be doing something wrong, as it doesn't work. I have implemented > > ResourceRegistrationListener in my

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Pierre Goupil
r that I'm supposed to do? Regards, Pierre On Thu, Jan 10, 2013 at 1:05 PM, Emond Papegaaij wrote: > I've just pushed the fix for WICKET-4957: you can now listen to the > registration of resources for pages. > > Best regards, > Emond > > On Tuesday 08 January 201

Re: [wicket-atmosphere] resource UUID

2013-01-08 Thread Pierre Goupil
resource. So I definitively need your functionality of resource creation listening. Keep up the good work! Cheers, Pierre On Tue, Jan 8, 2013 at 2:07 PM, Pierre Goupil wrote: > Excellent, Emond! I'll try it like you said and tell you what happens. > > Cheers, > > Pierre &

Re: Devoxx France 2013

2013-01-08 Thread Pierre Goupil
Good evening, Maybe three heads are better than two? If you need help, I'm there, guys! Regards, Pierre Goupil On Tue, Jan 8, 2013 at 6:52 PM, Francois Meillet wrote: > Hi Cedric, > > I think it's a very good idea as Devoxx could help us to make Wicket > better known

Re: [wicket-atmosphere] resource UUID

2013-01-08 Thread Pierre Goupil
get the BroadcasterFactory > factory.lookup... to get the Broadcaster > broadcaster.getAtmosphereResources() and pick one > > Best regards, > Emond > > On Monday 07 January 2013 22:43:43 Pierre Goupil wrote: > > Good evening, > > > > As asked in WICKET-4879 >

[wicket-atmosphere] resource UUID

2013-01-07 Thread Pierre Goupil
Page (a sub-class of it, in fact) it always returns null. So I'm unable to have a working post(MyObject, pageUuid). Does anyone has an idea regarding this? I use wicket-atmosphere 0.7-SNAPSHOT: in 0.4-SNAPSHOT it used to work well (at least the UUID retrieving part) but it looks like it's not

Re: what is Wicket 2.x?

2012-12-07 Thread Pierre Goupil
Good evening, It's an old experiment which was due to go to "ready for prime-time" but never succeeded. If I remember correctly, it was before what became Wicket 1.3. Regards, Pierre On Fri, Dec 7, 2012 at 7:47 PM, Lucio Crusca wrote: > Hello *, > > while reading this page > > https://cwiki.

Re: Functional tests with QUnit

2012-11-26 Thread Pierre Goupil
Excellent food for thoughts! Thank you very much! On Mon, Nov 26, 2012 at 3:53 PM, Martin Grigorov wrote: > Hi Wicketeers, > > I've just published an article at > http://wicketinaction.com/2012/11/javascript-based-functional-testing/that > describes a fun way to do functional testing of web appl

Re: InvalidBehaviorIdException on Ajax

2012-11-24 Thread Pierre Goupil
uture. Regards, Pierre On Sat, Nov 24, 2012 at 4:05 AM, Pierre Goupil wrote: > > Good evening, > > On Ajax, with wicket-atmosphere, I more often that not got this exception: > > > org.apache.wicket.behavior.InvalidBehaviorIdException: Cannot find > beha

Implementing channels in wicket-atmosphere

2012-11-22 Thread Pierre Goupil
Good evening, I've just filled in an enhancement request for wicket-atmosphere : https://issues.apache.org/jira/browse/WICKET-4879 I'd be more than happy to help for it as much as I can, if Emond feels inclined to work on that. Hope to hear from you, guys. Regards, Pierre -- Le bonheur n'

Re: Wicket 6 Atmosphere - atmosphere version 1.0.4

2012-11-20 Thread Pierre Goupil
Good evening, This topic should be of interest to you: https://groups.google.com/forum/#!msg/atmosphere-framework/pb8lZC3pMtY/QjZ0D4EJVDYJ Regards, Pierre On Tue, Nov 20, 2012 at 10:35 PM, pkc wrote: > What are the plans for the Atmosphere push support? I have only been able > to > get my

Re: Wicket-Atmosphere & complex JS

2012-11-20 Thread Pierre Goupil
Good afternoon, I've created a Jira ticket with a quickstart. Here is the link: https://issues.apache.org/jira/browse/WICKET-4869 Thanks a lot in advance. Regards, Pierre -- Le bonheur n'est pas une destination, mais une façon de voyager. Papa d'une petite Lou-Ann depuis le 30 juin.

Re: Wicket-Atmosphere & complex JS

2012-11-19 Thread Pierre Goupil
the symptom in this Comet channel is the same as here. The only difference being that in this other channel, the message to broadcast is quite long, hence the need for the BroadcastFilter. So, is the idea of filing a Jira issue still valid? Sorry for that long message. And thanks in advance for any help. Regards, Pierre Goupil -- Le bonheur n'est pas une destination, mais une façon de voyager. Papa d'une petite Lou-Ann depuis le 30 juin.

  1   2   3   >