Re: Wicket page session?

2015-11-27 Thread Erik de Hair
To nuance the issue: our users SAY they get these exceptions quite often. But they don't keep track of how often. At least it irritates them. On 11/27/2015 11:23 AM, Erik de Hair wrote: On 11/27/2015 09:49 AM, Martin Grigorov wrote: Hi, What is the exception in the logs? Hi Martin, I'll

Re: Problem with custom component

2015-11-27 Thread Erik de Hair
Fixed it. The applib-StringWithAdditionalInfo had some properties with getters and setters. Removing the setters worked. On 11/27/2015 09:33 AM, Erik de Hair wrote: Hi, I use a custom component in some view model. When I click to another entity from this view model and then go back to the

Problem with custom component

2015-11-27 Thread Erik de Hair
Hi, I use a custom component in some view model. When I click to another entity from this view model and then go back to the view model using the browser's back-button I get the following error: Caused by: org.apache.isis.core.commons.exceptions.IsisException: Resolve state (for

Wicket page session?

2015-11-27 Thread Erik de Hair
Hi, Our users get a lot of unexpected errors probably caused by time outs of page sessions. The logs aren't quite clear about that but they don't seem to be business logic errors. During development we never get these exceptions, probably because one tests some action and then redeploys

Re: Wicket page session?

2015-11-27 Thread Martin Grigorov
Hi, What is the exception in the logs? > On Nov 27 2015, at 10:47 am, Erik de Hair e.deh...@pocos.nl wrote: > > Hi, > > Our users get a lot of unexpected errors probably caused by time outs of page sessions. The logs aren't quite clear about that but they don't seem to be business