Re: Wicket 1.5 PageExpiredException

2017-09-22 Thread Sven Meier
What's your server setup? Do you have a load balancer in front of your web containers? Sven Mit AquaMail Android http://www.aqua-mail.com gesendet Am 22. September 2017 19:24:06 schrieb trlt : I have a set of applications written in wicket (1.5.10) that have been running

Re: Double slash break everything

2017-09-22 Thread Илья Нарыжный
Hello, Ticket https://issues.apache.org/jira/browse/WICKET-6473 was created. Thanks, Ilia - Orienteer(http://orienteer.org) - open source Business Application Platform On Tue, Sep 19, 2017 at 3:36 PM, Илья Нарыжный wrote: > Martin,

Re: Wicket 1.5 PageExpiredException

2017-09-22 Thread trlt
Apache + Tomcat. No load balancer. In general, I guess I have to understand how pages are re-created once expired. The problem seems to be specific to the cache in user's browser as I don't have problem when accessing the same pages. Why did clearing the browser's cache fix the problem? --

Re: PropertyListView without inner component

2017-09-22 Thread Sven Meier
Hi, yes, you have to manage the list by yourself: override onConfigure(), remove all children and add labels add needed. ListView does the same, just a little more convenient. Have fun Sven Am 22.09.2017 um 09:28 schrieb Alberto Brosich: On Thu, 2017-09-21 at 21:06 +0200, Sven Meier

Re: PropertyListView without inner component

2017-09-22 Thread Alberto Brosich
On Thu, 2017-09-21 at 21:06 +0200, Sven Meier wrote: > Hi, > > as an alternative you can use a RepeatingView, it allows you to > repeat > markup for children without additional Item containers. Yes, but it doesn't work with lists. I have to add items manually, isn't it? Thanks Alberto > >

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
Local build is successful, could someone please review the changes? And I bet some additional classes/methods will be required ... On Sat, Sep 23, 2017 at 12:22 AM, Maxim Solodovnik wrote: > I have commited the code to WICKET-6105-java.time branch > The code is compilable

Re: Joda-time dependency

2017-09-22 Thread Andrea Del Bene
+1 for me. But I doubt there will be something left in wicket-datetime when you will remove Joda :-) On 22/09/2017 13:49, Maxim Solodovnik wrote: OK, I'm ready to start :) As far as I understand here is the plan: 1) move existing unchanged wicket-datetime to wicketstuff (8.0.0 only change

Re: Joda-time dependency

2017-09-22 Thread Martin Makundi
+1 me too 2017-09-22 15:28 GMT+03:00 Andrea Del Bene : > +1 for me. But I doubt there will be something left in wicket-datetime > when you will remove Joda :-) > > > > On 22/09/2017 13:49, Maxim Solodovnik wrote: > >> OK, I'm ready to start :) >> >> As far as I understand

Re: RequestCycle and Jersey Jax-rs REST application

2017-09-22 Thread wicket-jokke
jdelaire wrote > Thanks Martin, I successfully injected one handmade! jdelaire, could you elaborate how you injected the request cycle? Would be much appreciated! -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
Here is the wicketstuff module: https://github.com/wicketstuff/core/commit/6fd9af625e7d7679ce438ad2df59bf47c1aa487b Please review Will start to work on wicket On Fri, Sep 22, 2017 at 7:34 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > +1 me too > > 2017-09-22 15:28 GMT+03:00

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
Will perform further changes in wicketstuff Will copy examples On Fri, Sep 22, 2017 at 8:20 PM, Maxim Solodovnik wrote: > Here is the wicketstuff module: https://github.com/ > wicketstuff/core/commit/6fd9af625e7d7679ce438ad2df59bf47c1aa487b > Please review > > Will start

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
OK, I'm ready to start :) As far as I understand here is the plan: 1) move existing unchanged wicket-datetime to wicketstuff (8.0.0 only change package) 2) remove joda-time from wicket-datetime (pom, README.md) 3) use LocalDate/LocalDateTime where appropriate Shall I proceed :))) ? On Wed, Sep

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
I read through http://markmail.org/thread/uqu6gfma6wihwcwt And It seems all I need to do is to remove wicket-datetime module and all references Is this correct? On Fri, Sep 22, 2017 at 9:47 PM, Maxim Solodovnik wrote: > Done: https://github.com/wicketstuff/core/commit/ >

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
Done: https://github.com/wicketstuff/core/commit/4f4a945d3fca0f856b8ec4f7e065da5f980feec6 On Fri, Sep 22, 2017 at 8:28 PM, Maxim Solodovnik wrote: > Will perform further changes in wicketstuff > Will copy examples > > On Fri, Sep 22, 2017 at 8:20 PM, Maxim Solodovnik

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
Just re-read description for WICKET-6105 , will try to continue the work started by Martin in the same branch On Fri, Sep 22, 2017 at 10:04 PM, Maxim Solodovnik wrote: > I read through

Re: Joda-time dependency

2017-09-22 Thread Maxim Solodovnik
I have commited the code to WICKET-6105-java.time branch The code is compilable (merged with master) But tests fails, will try to continue this work on the weekend On Fri, Sep 22, 2017 at 10:55 PM, Maxim Solodovnik wrote: > Just re-read description for WICKET-6105 >

Wicket 1.5 PageExpiredException

2017-09-22 Thread trlt
I have a set of applications written in wicket (1.5.10) that have been running for 5+ years without any issues, but recently I've encountered some problems that I've never seen before: This problem has to do with PageExpiredException. In the past, the user hit a page, got a "Page Expired" error.