Re: Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
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
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 like.

Re: Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
sumes 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's 2019 now

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
n 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/delete-ve

[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 < >

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

Re: Access denied

2017-03-09 Thread Zala Pierre GOUPIL
Thanks for the advice. But I realized that there was a glitch in my WebSocket code: I didn't send the UI update code to the right page. Now that this is sorted out, the editable label works again. Thanks a lot for the tip! Regards, Pierre On Thu, Mar 9, 2017 at 10:17 AM, Martin Grigorov

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 <goupilpie...@gmail.com> wrote: > No, it doesn't have such calculations. Could the problem be > websoc

Re: Access denied

2017-03-08 Thread Zala Pierre GOUPIL
abled for the initial 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 <goupilpie..

Access denied

2017-03-08 Thread Zala Pierre GOUPIL
] And there's an access denied in the browser. What am I supposed to do, please? It is related to the resource guards, I guess, but I can't figure out what to provide them. Thanks a lot, Pierre -- Je n'aime pas seulement ma vie, mais aussi celle des autres. (Blade Runner)

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" <gagui...@level2crm.com> a écrit : > Hi Martin, > > Thank you a lot. I'm almost done!!! > > It's so great. I made a

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 <david.m.b...@gmail.com> wrote: > Hi Martin/All > > I actually solved the problem late yesterday. The issue is around the way > in which spring security can be con

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
; > There's an Intellij plugin which takes this file as an input and auto-applies its guidelines to Java files. It's called: Eclipse Code Formatter. It works well. Regards, Pierre -- Je n'aime pas seulement ma vie, mais aussi celle des autres. (Blade Runner)

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

2015-06-22 Thread Zala Pierre GOUPIL
syntax to a video game heavily based on Websockets with Atmosphere (cheers JF Arcand ;-), so I think I won't say more for the moment. As we say in France: Et voilà ! Many thanks for any feedback and: have a lot of fun! Pierre -- Je n'aime pas seulement ma vie, mais aussi celle des autres

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

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 mgrigo...@apache.org 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.

Re: Wicket WebRTC Integration

2015-02-10 Thread Zala Pierre GOUPIL
Excellent! Please keep us informed about how it goes. Regards, Pierre On Tue, Feb 10, 2015 at 10:08 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hi, short update - you are now able to: * now activate / deactivate the volume bars * set the MaxWidth / MaxHeight

Re: Wicket WebRTC Integration

2015-01-30 Thread Zala Pierre GOUPIL
with it. Hopefully, yours will do it for me. Regards, Pierre On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hi everybody, I just implemented a component to provide a way to integrate a video conference to Wicket applications using WebRTC - I would

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

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 meta.d...@verizon.net wrote: Excellent! That example worked perfectly. Thank you, Pierre! On Mon, 2014-11-17 at 01:29 +0100, Zala Pierre GOUPIL wrote: Good evening, Have a look here: https://cwiki.apache.org

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 mgrigo...@apache.org wrote: Hi

Re: adding wicket generated link to javascript

2014-09-03 Thread Pierre Goupil
, Pierre On Wed, Sep 3, 2014 at 10:15 PM, Jason Novotny jason.novo...@gmail.com wrote: Hi, My designer gave me code where HTML is created in javascript as part of a jquery dataTable: script $(document).ready(function() { $('#datatable').dataTable

broken Wicket build

2014-08-16 Thread Pierre Goupil
: Invalid byte tag in constant pool: 15 - [Help 1] It looks that there is an API break. I use Maven 3.2.1 3.1.1 and OpenJDK 1.6.32 1.7.55 as well as Oracle Java 8.11 on Debian Linux Wheezy. Any help is appreciated. Regards, Pierre -- La vie est source de joie, la mort est source de paix, seule la

Re: Testing JS

2014-08-12 Thread Pierre Goupil
Wow, that makes a few interesting things! Thanks! :-) Pierre On Tue, Aug 12, 2014 at 9:47 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, For Wicket's JS we use QUnit. https://github.com/apache/wicket/tree/master/testing/wicket-js-tests is a Maven module responsible to execute

Testing JS

2014-08-11 Thread Pierre Goupil
in production and displayed in development and in Jenkins. And I use QUnit, which goes pretty well with jQuery code under test, IMHO. Do you guys have a different workflow? Maybe with phantomJS or another headless tool? Any ideas are most welcome. Cheers, Pierre

Re: Mailbox component

2014-08-08 Thread Pierre Goupil
Oops, I forgot this thread... Anyway, thank you all for the reply, I'll try that. Regards, Pierre On Fri, Aug 8, 2014 at 7:24 AM, Maxim Solodovnik solomax...@gmail.com wrote: I have implemented something like this in our project (I'm afraid it might be not optimally written due to lack

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
? Regards, Pierre On Mon, Jul 28, 2014 at 2:44 PM, guillaume.mary guillaume.m...@interview-efm.com wrote: Hi ! I want to implement a simple use case where a notification is sent to a client when its reports is finished, with Wicket Atmosphere. I’m new to Atmosphere concepts, but not to Wicket

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 UUID.

wicket-atmosphere

2014-07-24 Thread Pierre Goupil
); } } the Sys.out do gives me a non-empty ajax-response 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 pragprog...@gmail.com 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

AjaxRequestTarget weirdness

2014-05-15 Thread Pierre Goupil
-response -- A clue, anyone, please? If needed, I can publish the link to my github project. But I prefer asking here first because it needs some cleaning and maybe the problem I'm facing is just dumb. Best regards, Pierre -- La vie est source de joie, la mort est source de paix, seule la

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

AjaxRequestTarget weirdness

2014-05-14 Thread Pierre Goupil
is just dumb. Best regards, Pierre -- La vie est source de joie, la mort est source de paix, seule la transition est difficile.

AjaxRequestTarget weirdness

2014-05-12 Thread Pierre Goupil
cleaning and maybe the problem I'm facing is just dumb. Best regards, Pierre -- 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-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 solomax...@gmail.comwrote: Here is approach we are currently using: https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web

Re: get page instance in AtmosphereRequestHandler

2014-02-24 Thread Pierre Goupil
Well, that's what I did, indeed. But it wasn't enough. I've found a way, I need more deep testing of it, but for the moment it looks OK. Regards, Pierre On Mon, Feb 24, 2014 at 9:07 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, You should have started a page before sending websocket

Re: get page instance in AtmosphereRequestHandler

2014-02-22 Thread Pierre Goupil
, Pierre On Sat, Feb 22, 2014 at 2:17 AM, Pierre Goupil goupilpie...@gmail.comwrote: 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

Re: CVE-2014-0043

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

get page instance in AtmosphereRequestHandler

2014-02-21 Thread Pierre Goupil
, saying page can not be null. But I'm sure the pageId I provide is OK. Any idea? Regards, Pierre

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 zilvi...@vilutis.ltwrote: 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

Re: how to add field to event in a wicket.jquery.ui calendar

2014-01-14 Thread Pierre
) . The easiest for me. Best regards. - Pierre -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-add-field-to-event-in-a-wicket-jquery-ui-calendar-tp4663617p4663696.html Sent from the Users forum mailing list archive at Nabble.com

Re: [OT] thanks

2014-01-14 Thread Pierre Goupil
Replying to myself: after having double-checked all the docs, it now works: there was an inconsistency in my configuration, it was enough to prevent the whole stuff to work. If anyone is curious, I can still give him more details. In the meantime, thanks to all, Pierre On Mon, Jan 13

Re: how to add field to event in a wicket.jquery.ui calendar

2014-01-13 Thread Pierre
/fullcalendar/docs/event_data/Event_Object/ . Like for example title and start. Therefore it is not displayed in the /calendar /when the form dialog is submitted. May be you're not agreeing with me ? Best regards. - Pierre -- View this message in context: http://apache-wicket.1842946.n4

Re: [OT] thanks

2014-01-13 Thread Pierre Goupil
=2.0.8-jqueryX-Atmosphere-Transport=websocketX-Atmosphere-TrackMessageSize=trueX-Cache-Date=0X-atmo-protocol=true Does anybody have an idea, please? Regards, Pierre On Wed, Aug 14, 2013 at 4:03 PM, Emond Papegaaij emond.papega...@topicus.nl wrote: We depend heavily on ajp. Our application

Component hierarchy

2014-01-03 Thread Pierre Goupil
which adds any component to its children? May be I'm not looking in the right direction, any advice will be appreciated. Regards, Pierre

wicketstuff-facebook

2013-12-22 Thread Pierre Goupil
, please? Regards, Pierre

wicket-atmosphere

2013-11-20 Thread Pierre Goupil
: it's sensibly faster. No, it's really, really faster! For me, you can now close the WICKET-5367 ticket. Thumbs up for Emond! \O/ Cheers, Pierre

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 mgrigo...@apache.orgwrote: Sven Meier +1 On Wed, Sep 18, 2013 at 10:10 PM

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 an.delb...@gmail.comwrote: Anybody has a list of the new modules available

[OT] thanks

2013-08-14 Thread Pierre Goupil
to work with which triggers a Comet / WebSocket response. Thanks again, man! Pierre -- Un truc bien avec la musique, c'est que quand elle te frappe, tu n'as pas mal. Alors frappez-moi de musique ! Frappez-moi de musique, maintenant ! (Bob Marley : Trenchtown Rock)

Re: [OT] thanks

2013-08-14 Thread Pierre Goupil
! And of course a big thank you to the people from the great Wicket, too! :-) Regards, Pierre On Wed, Aug 14, 2013 at 3:33 PM, Emond Papegaaij emond.papega...@topicus.nl wrote: Hi Pierre, Good to hear you like it! Unfortunately, we are still waiting for the rest of the server stack to support

Re: Wicket-Atmosphere : best way to call server

2013-07-08 Thread Pierre Goupil
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 mgrigo...@apache.orgwrote: Hi, I think you should use the Atmosphere APIs. Wicket.Ajax.get() knows nothing about WebSocket technology so it won't

Re: Wicket-Atmosphere : best way to call server

2013-07-08 Thread Pierre Goupil
Hi, I've tried to provide the same URL than with Wicket.Ajax.get to my request objet but it miserably fails with a client-side exception that Firebug is unable to copy / paste. I'm a bit disappointed. Is there anything I should be aware of? Regards, Pierre On Mon, Jul 8, 2013 at 10:12 AM

Wicket-Atmosphere : best way to call server

2013-07-06 Thread Pierre Goupil
subSocket = socket.subscribe(request); subSocket.push(JSON.stringify({ 'blah' })); Or: Wicket.Ajax.get() ? I doubt that there is a sensible performance difference, but I prefer to ask. Sorry if this is a silly question. Regards, Pierre

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 goupilpie...@gmail.comwrote: Good evening all, I use ResourceRegistrationListener in my HomePage with wicket-atmosphere

Wicket-Atmosphere ResourceRegistrationListener

2013-06-25 Thread Pierre Goupil
event, String resourceUuid). If I do this: AtmosphereBehavior.getUUID(homePage), it returns null. Any help is appreciated. Regards, Pierre

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 erjab...@gmail.com wrote: ListView and its subclasses do not require the use of tables. If another style

PageableListView with two rows

2013-06-10 Thread Pierre Goupil
will be much appreciated. Regards, Pierre -- Un truc bien avec la musique, c'est que quand elle te frappe, tu n'as pas mal. Alors frappez-moi de musique ! Frappez-moi de musique, maintenant ! (Bob Marley : Trenchtown Rock)

Re: PageableListView with two rows

2013-06-10 Thread Pierre Goupil
, I got one line of 5 columns, one of one column and a last line of 4 columns. I've missed something, I'm afraid. Thank you anyway! Regards, Pierre On Mon, Jun 10, 2013 at 10:17 PM, Dan Retzlaff dretzl...@gmail.com wrote: Hi Pierre, Associate your PageableListView with a div that wraps your

Re: 1.4 - 6.0 question

2013-04-12 Thread Pierre Goupil
Thanks for that, Marco! Regards, Pierre On Fri, Apr 12, 2013 at 8:35 AM, Marco Springer ma...@glitchbox.nl wrote: Hello Pierre, You can also just override/extend the onComponentTag function from the Component.: Component { @Override protected void onComponentTag(ComponentTag tag

1.4 - 6.0 question

2013-04-11 Thread Pierre Goupil
#onComponentTag() is final in 6.0! Any help is much appreciated. Regards, Pierre -- Parce que c'est la nuit qu'il est beau de croire à la lumière. Edmond Rostand

Re: [wicket-atmosphere] resource UUID

2013-01-31 Thread Pierre Goupil
Indeed. I'll ask on the Atmosphere group and come again by you if needed. Cheers, Pierre On Thu, Jan 31, 2013 at 1:20 PM, Emond Papegaaij emond.papega...@topicus.nl wrote: I don't see why this piece of code would be needed. You are creating a new broadcaster for every resource

Re: [6.5.0] Ajax regression on Chrome

2013-01-31 Thread Pierre Goupil
no fundamental difference between my quickstart code and wicket-library's one. FYI, I've tried my quickstart with wicket 6.0.0 6.5.0. Any idea? Regards, Pierre On Thu, Jan 31, 2013 at 12:25 AM, Martin Grigorov mgrigo...@apache.orgwrote: Ajax works fine in my apps with Chrome 24, 25 and 26. OS: Ubuntu

Re: [6.5.0] Ajax regression on Chrome

2013-01-31 Thread Pierre Goupil
an exact science? :-) Anyway, all my apologies. Regards, Pierre On Thu, Jan 31, 2013 at 2:00 PM, Martin Grigorov mgrigo...@apache.orgwrote: It looks like your chrome is somehow broken. Try to clean whatever can be cleaned and try again. Or just create a new unix user and try

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 robby.ocon...@gmail.comwrote: Is it ubuntu? ---rob Sent from my phone...excuse any typos. On Jan 31, 2013 8:32 AM, Pierre Goupil goupilpie...@gmail.com wrote: Men... I've deleted ~/.cache/google-chrome ~/.config/google

[6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
unit test? Thanks and regards, Pierre -- Parce que c'est la nuit qu'il est beau de croire à la lumière. Edmond Rostand

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
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 unit test? Thanks and regards, Pierre --**--**- To unsubscribe, e-mail

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 Goupil

Re: [6.5] testing Ajax stuff

2013-01-31 Thread Pierre Goupil
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 img tags with class nav-thumb in an Ajax update, that would be great. Thanks in advance, Pierre On Thu, Jan 31, 2013 at 5:12 PM, Pierre Goupil goupilpie...@gmail.comwrote

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 an.delb...@gmail.comwrote: 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

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 goupilpie...@gmail.comwrote: 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
OK, I'll do it ASAP! On Thu, Jan 31, 2013 at 11:33 PM, Martin Grigorov mgrigo...@apache.orgwrote: 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 goupilpie...@gmail.com wrote: That's it! What a shame to be forced

[6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
-5015 and attached a quickstart to prove it. FYI, the bug is not present in Firefox or Opera. Hope to hear from you soon, guys! Regards, Pierre -- Parce que c'est la nuit qu'il est beau de croire à la lumière. Edmond Rostand

Re: [wicket-atmosphere] resource UUID

2013-01-30 Thread Pierre Goupil
); singleBroadcaster.addAtmosphereResource(resource); 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

Re: [6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
, so please go back home, if you know what I mean... Regards, Pierre On Wed, Jan 30, 2013 at 9:24 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Did you create a bug report at chrome? Sounds like a bug in their browser rather than in wicket. Martijn On Wed, Jan 30, 2013 at 9:00 PM

Re: [6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
is not uncommon for them to do BTW. Martijn On Wed, Jan 30, 2013 at 9:36 PM, Pierre Goupil goupilpie...@gmail.com 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? Could you please see if you can find

Re: [6.5.0] Ajax regression on Chrome

2013-01-30 Thread Pierre Goupil
, Pierre Goupil goupilpie...@gmail.com 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 really need a hand... Le 30 janv. 2013 21:43, Martijn Dashorst

Re: [6.0] CouldNotLockPageException

2013-01-28 Thread Pierre Goupil
for Application#usesDevelopmentMode() Best regards, Pierre On Mon, Jan 28, 2013 at 5:01 PM, Paul Bors p...@bors.ws wrote: Nice, thanks for that Martin. We've carried this webapp since early versions of wicket and we haven't yet upgraded older utility methods. Goes to shows how nicely some of the API

Re: [6.0] CouldNotLockPageException

2013-01-27 Thread Pierre Goupil
As I said, it's only when using (Eclipse) debugger. When I go from methods to breakpoints and back again, only one minute is a bit short. But with Sven's solution, I have what I need. Cheers, men! Pierre On Sun, Jan 27, 2013 at 12:35 PM, Martin Grigorov mgrigo...@apache.orgwrote: Better

[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'il est beau de

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 s...@meiers.net wrote: You can adjust IRequestCycleSettings#**setTimeout(). Sven On 01/26/2013 06:03 PM, Pierre Goupil wrote: Good afternoon, When debugging through my Wicket code, I often get

Re: [wicket-atmosphere] atmosphere version

2013-01-11 Thread Pierre Goupil
Sure! But it doesn't help. And as I said, there is no error in my logs, neither client-side nor server-side. As I understand things, it should work with any version of Atmosphere starting from 1.0.0, right? Do you have any clue? Regards, Pierre On Thu, Jan 10, 2013 at 1:07 PM, Emond

Re: [wicket-atmosphere] atmosphere version

2013-01-11 Thread Pierre Goupil
instructions on this page: https://github.com/Atmosphere/atmosphere/wiki/Enabling-HttpSession-Supportand it works like a charm! Cheers, men! Pierre On Fri, Jan 11, 2013 at 5:22 PM, Emond Papegaaij emond.papega...@topicus.nl wrote: Yes, it should work with any 1.0 version. I think you should try

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Pierre Goupil
supposed to do? Regards, Pierre On Thu, Jan 10, 2013 at 1:05 PM, Emond Papegaaij emond.papega...@topicus.nl 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 2013 23:49:36 Pierre

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Pierre Goupil
Indeed. I've tried this in my page constructor: Application.get().getEventBus().registerPage(hp + UUID.randomUUID(), this); But it doesn't do the trick. Sorry to bug you, but I can't find the right method! Regards, Pierre On Thu, Jan 10, 2013 at 3:30 PM, Martin Grigorov mgrigo

Re: [wicket-atmosphere] resource UUID

2013-01-08 Thread Pierre Goupil
Excellent, Emond! I'll try it like you said and tell you what happens. Cheers, Pierre On Tue, Jan 8, 2013 at 1:55 PM, Emond Papegaaij emond.papega...@topicus.nlwrote: Hi Pierre, The UUID is bound to a page when atmosphere makes to call back to the server, which makes sense because before

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 francois.meil...@gmail.com 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
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 goupilpie...@gmail.comwrote: Excellent, Emond! I'll try it like you said and tell you what happens. Cheers, Pierre On Tue, Jan 8, 2013

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 lu...@sulweb.org wrote: Hello *, while reading this page

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 mgrigo...@apache.orgwrote: 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

Re: InvalidBehaviorIdException on Ajax

2012-11-24 Thread Pierre Goupil
. Regards, Pierre On Sat, Nov 24, 2012 at 4:05 AM, Pierre Goupil goupilpie...@gmail.comwrote: Good evening, On Ajax, with wicket-atmosphere, I more often that not got this exception: org.apache.wicket.behavior.InvalidBehaviorIdException: Cannot find behavior with id '1' on component

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 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 pkci...@gmail.com wrote: What are the plans for the Atmosphere push support? I have only been

Re: Wicket-Atmosphere complex JS

2012-11-19 Thread Pierre Goupil
, 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.

Re: Wicket and file upload with blueimp jquery file upload

2012-11-14 Thread Pierre Goupil
Good morning, Would guys be kind and share these codes, please? Not re-inventing the whell, you know. Thanks in advance best regards, Pierre On Wed, Nov 14, 2012 at 10:51 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I've just added a new article at http://wicketinaction.com/2012

  1   2   3   >