Re: Error 502 for examples8x

2021-01-18 Thread Leonardo D'Alimonte
I think error 502 - Proxy error happened again for Wicket 8 examples URL.. On Fri, Dec 25, 2020 at 9:16 AM Maxim Solodovnik wrote: > Just have checked: works for me :) > > On Wed, 23 Dec 2020 at 20:30, Francois Meillet > > wrote: > > > There is a 502 for

Wizard - showing Modal on "next" button

2020-07-15 Thread Leonardo D'Alimonte
Hello, I'm writing a Wizard with some steps inside which the user must follow. I wonder if there's the chance to display a modal window with a warning message when the user clicks the "Next" button, in order to ask for a confirmation. Once the user acknowledges the message with the OK button,

Re: Migrating from Wicket 1.4 to 6 - Serialization

2018-01-29 Thread Leonardo D'Alimonte
Hello Martin, absolutely Hibernate is not injecting classes anywhere in Wicket classes. Interceptor is used to inject a Spring-configured class, ViaggioService, into a specific domain class, Viaggio.java. This code builds a DataTable of Viaggio entities inside the page that throws the

Re: Migrating from Wicket 1.4 to 6 - Serialization

2018-01-28 Thread Leonardo D'Alimonte
Hi Martin, actually ViaggioService comes from a domain class, ViaggioRete, where is injected through a custom Hibernate Interceptor. At the moment, it seems I have to let all my code implement the Serializable interface, but it doesn't sound as the correct option. Futhermore, I got stuck on

Re: Migrating from Wicket 1.4 to 6 - Serialization

2018-01-22 Thread Leonardo D'Alimonte
Actually field "stampeFactory" implements Spring interface 'org.springframework.beans.factory.config.ServiceLocatorFactoryBean', which allows us to retrieve beans as prototypes but it's not Serializable (spring version is 3.2.2.RELEASE). I don't think I can use @SpringBean in this situation, as

Migrating from Wicket 1.4 to 6 - Serialization

2018-01-21 Thread Leonardo D'Alimonte
Hi everyone, I'm working on the migration of our WebApplication from Wicket 1.4 to Wicket 6, I don't understand why with the new version I'm getting this exception; BEGIN 21/01/2018 14:24:37,925 ERROR -JavaSerializer - Error serializing object class

Re: Interpolating variables inside web.xml

2013-04-20 Thread Leonardo D'Alimonte
Actually we have another WebApplication integrated with Spring where used successfully this interpolation mechanism, unfortunately I can't find the exact place where this behaviour is coded inside the webapp. Do you have any idea where i can look inside the xml's configuration? -- View this

Re: Interpolating variables inside web.xml

2013-04-19 Thread Leonardo D'Alimonte
Hey Dan, Maven War plugin is working fine as you suggested, it interpolates the ${wicket.configuration} variable correctly. I would like to see the same magic also when I launch the mvn jetty:run command, so that using maven profiles i can change the configuration of Wicket (6.6.0) when I run my

Interpolating variables inside web.xml

2013-04-18 Thread Leonardo D'Alimonte
Hi everybody, I'm trying to set the wicket.configuration property inside web.xml of my new WebApplication. The way I'm trying this is interpolating a ${wicket.configuration} variable with this snippet: .. init-param

Re: Using PageReference for a 'back' link

2012-10-23 Thread Leonardo D'Alimonte
Hello Dirk, thanks for the quick reply. BookmarkablePageLink doesn't allow overriding of onClick behaviour, so I don't know if I can implement a custom bookmarkable link the way you described... :) I attach down here an example of what I described before: In MyPage.class I wnat to add the link

Re: [DISCUSS] Security Frameworks

2012-10-22 Thread Leonardo D'Alimonte
[x] I use WASP/Swarm Since we started our project we adopted Swarm as our security framework and for several reasons we didn't scout other possibilities to secure our pages. By the way our experience with Swarm is pretty good, we don't need any changes in our dependencies... -- View this

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2012-04-19 Thread Leonardo D'Alimonte
Hi everybody, I'm still having troubles downloading Swarm 1.4 from the Wicketstuff Maven repository, GitHub alerts me that File Not Found... Is this version (i know isn't the latest..) so difficult to recover?? Thanks, Leonardo -- View this message in context:

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2011-11-02 Thread Leonardo D'Alimonte
Great! The main repository (http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security/swarm/) seems to miss the latest release of Swarm, I can see only 1.4-SNAPSHOT/ and with incomplete dependencies...anyway the mirror repository works perfectly :) Leonardo Martijn Dashorst

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2011-11-01 Thread Leonardo D'Alimonte
Hi Martjin! I'm trying to upgrade our project based on Wicket and Wicket-security (Swarm) from version 1.3.6 to 1.4.18 and from version 1.3.0 to 1.4.1 (Swarm)...work not so easy, because if I follow your link to the the Wicketstuff repo, the only version I can find is the 1.4-SNAPSHOT. If I had

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2011-11-01 Thread Leonardo D'Alimonte
Martin, you mean this machine goes on 503 error often: http://wicketstuff.org/maven/mirror ? I found lots of errors here instead: http://wicketinaction.com/2010/05/wicket-security-wasp-and-swarm-1-4-released/ Every time I try to connect there it answers: Error establishing a database connection,

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2011-11-01 Thread Leonardo D'Alimonte
Sounds good, the workaround of adding mirror repository to the pom works finally. Now I'm going on having discussions with properties file inside the project and resolving JUnit errors. Leonardo Martijn Dashorst wrote: On Tue, Nov 1, 2011 at 3:41 PM, Martijn Dashorst lt;martijn.dashorst@gt;