Re: Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Nick Westgate
Hi Reinhold. > Concurrent Threads can override each others persistent page properties during rewind If you mean that observeChange() is not called during rewind, you are incorrect. Rewind is still a render, but the results of the render are discarded. I agree that Tapestry should have taken ca

RE: Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Reinhold Gruber
inhold Gruber [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 25. Jänner 2007 14:07 To: Tapestry users Subject: RE: Page Recorder Locked in Tapestry 3.0 Hi Nick! As I said request-serializing was discarded by our department for some reasons. IMHO should Tapestry address this issue, and I wanted to ask whete

RE: Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Reinhold Gruber
exception is thrown at all. Maybe someone can explain. Thanks Reinhold -Original Message- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 25. Jänner 2007 11:49 To: Tapestry users Subject: Re: Page Recorder Locked in Tapestry 3.0 Hi Reinhold. The solution is to implement a

Re: Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Nick Westgate
Hi Reinhold. The solution is to implement a request filter that serializes requests with (for example) code from this article: http://www.onjava.com/pub/a/onjava/2004/03/24/loadcontrol.html Cheers, Nick. Reinhold Gruber wrote: Hi! Is there a Tapestry Version 3.0.x which solves the "page

Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Reinhold Gruber
Hi! Is there a Tapestry Version 3.0.x which solves the "page recorder locked after commit" issue for concurrent requests of the same user? If not: Using JavaScript to disable form buttons after the first submission or serializing user-requests are no option for our applications. I read s