RE: User sessions overlapping ....

2007-01-05 Thread Chris Schroeder
The initialize() method  was removed in Tap 4.1.1.  Could you be trying to use 
that to clean up your pages?

-Original Message-
From: Stephane Decleire [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 04, 2007 5:00 PM
To: users@tapestry.apache.org
Subject: User sessions overlapping 

Hi,

I have implemented a small application using the new possibilites of 
T4.1.1 (EventListener / ResponseBuilder) but when i made some tests from 
2 differents computers, the properties of my session N°2 are impacted by 
the modifications made on the session N°1 using EventListener and vice 
versa !!!
Has anybody already encountered seach a surprising behavior ?? I can't 
find the origin of such a bug in my code. Moreover, i thought that the 
isolation of the user session was guaranted by the servlet container 
(Jetty in my case).

Thanks in advance for any advice !

-- 
Stéphane Decleire



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tapestry 4.1.1 MultipleFormSupport?

2006-12-22 Thread Chris Schroeder
Hello,

 

We've recently upgraded to Tapestry 4.1.1.  One of our pages has a @Form
nested inside a @For loop, resulting in multiple forms on the page.  Up
until now, we had been using the direct="false" parameter of the form to
force the entire page to rewind upon submission of any of the forms.
However, using this form action service is no longer an option in
Tapestry 4.1.1.

 

Digging around, we found a MultipleFormSupport interface in the code
that is new to Tapestry 4.1.1.  This looks like it may address exactly
what we are trying to do.  Has anyone used this?  Is there a built-in
way to create a form using this type of FormSupport interface?

 

Thanks in advance,

Chris