Re: Struts action forms crossing sessions? Any idea whythisishappening?

2005-10-04 Thread Tamas Szabo
On 10/4/05, Preston CRAWFORD [EMAIL PROTECTED] wrote: No. What information would be useful and relevant? Struts-config? The form bean itself? The action, the JSP? I didn't want to overload the list, obviously. In the following code how do you populate and set the myArrayList property of the

Re: Struts action forms crossing sessions? Any idea whythisishappening?

2005-10-04 Thread Leon Rosenberg
What's your container? I saw this behaviour on older resin implementations, it was obviously a bug, that in some sequence of requsts the session got mixed, B got A's session, but only for one request, after that it had it's own session. Try to log out the session id and the value of the jsessionid

Re: Struts action forms crossing sessions? Any idea whythisishappening?

2005-10-03 Thread Preston CRAWFORD
No. What information would be useful and relevant? Struts-config? The form bean itself? The action, the JSP? I didn't want to overload the list, obviously. Preston [EMAIL PROTECTED] 10/3/2005 9:40:37 AM Preston CRAWFORD wrote: Don't really have any instance variables in the actions. Just the