Re: Ajax and OpenSessionInViewFilter problems

2010-02-19 Thread Martin Sachs
To: users@wicket.apache.org Subject: Ajax and OpenSessionInViewFilter problems Hi All, As the subject reads, I'm having some problems with Ajax and the OpenSessionInViewFilter. Here's my basic setup: I've got a page with some address info, such as street/city/zipcode. Let's call

Re: Ajax and OpenSessionInViewFilter problems

2010-02-19 Thread Bert
I had/have this problem too. Right now i use serializable hibernate objects together with an IModel implementation that does not detach the object. Object are serialized into the session and when the user presses the save button the objects are reattached to the current hibernate session and

Ajax and OpenSessionInViewFilter problems

2010-02-18 Thread Kogel, Jonck-van-der
Hi All, As the subject reads, I'm having some problems with Ajax and the OpenSessionInViewFilter. Here's my basic setup: I've got a page with some address info, such as street/city/zipcode. Let's call the current value of these fields V1. There is also an ajax link to open a modal panel that

RE: Ajax and OpenSessionInViewFilter problems

2010-02-18 Thread Kogel, Jonck-van-der
To: users@wicket.apache.org Subject: Ajax and OpenSessionInViewFilter problems Hi All, As the subject reads, I'm having some problems with Ajax and the OpenSessionInViewFilter. Here's my basic setup: I've got a page with some address info, such as street/city/zipcode. Let's call the current value