Re: [Wicket-user] NPE in Session.cleanupFeedbackMessages in wicket 1.2.2

2007-07-22 Thread Eelco Hillenius
On 7/22/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > no one probably uses 1.2.2 still - like you said its ancient. Nili, if you can't upgrade, maybe you can look at the changes in later versions. If you find something obvious you can roll out a patched version. Eelco --

Re: [Wicket-user] NPE in Session.cleanupFeedbackMessages in wicket 1.2.2

2007-07-22 Thread Igor Vaynberg
no one probably uses 1.2.2 still - like you said its ancient. -igor On 7/22/07, Nili Adoram <[EMAIL PROTECTED]> wrote: > > anyone ? > > Nili Adoram wrote: > > Hi all, > > The following error has occurred to a member of our QA team. > > He could not reproduce the scenario. > > If you look at the s

Re: [Wicket-user] NPE in Session.cleanupFeedbackMessages in wicket 1.2.2

2007-07-22 Thread Nili Adoram
anyone ? Nili Adoram wrote: > Hi all, > The following error has occurred to a member of our QA team. > He could not reproduce the scenario. > If you look at the source files of 1.2.2 this is a very weird error, > since a few lines ahead we verify that feedback messages are not null. > Could this

[Wicket-user] NPE in Session.cleanupFeedbackMessages in wicket 1.2.2

2007-07-16 Thread Nili Adoram
Hi all, The following error has occurred to a member of our QA team. He could not reproduce the scenario. If you look at the source files of 1.2.2 this is a very weird error, since a few lines ahead we verify that feedback messages are not null. Could this be a race between threads? (AJAX races a