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
gorov > > On Wed, Mar 8, 2017 at 5:22 PM, Zala Pierre GOUPIL <goupilpie...@gmail.com > > > wrote: > > > Mmmmh actually, the access denied page appears as soon as the component > is > > clicked! Not just when a value is submitted. > > > > On We

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

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 allows

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

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

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

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

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
and * set the Framerate which is going to be used for the videos. I setup a little wiki because to scroll all the time was so annoying. https://github.com/klopfdreh/wicket-components-playground/ wiki/7.-HTML5-WebRTC-Integration kind regards Tobias Am 31.01.15 um 00:49 schrieb Zala Pierre

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