The form is in request scope, and I *think* I've tried restarting my browser
and starting a new session, but I'm not positive. I'll give it a shot. If I
run into the problem again I'll try to get some more verbose debugging
information.

Thanks,
--
David Norris
[EMAIL PROTECTED]


-----Original Message-----
From: Hubert Rabago
To: Struts Users Mailing List
Sent: 3/23/04 7:28 AM
Subject: RE: DynaActionForm caching issues?

In my experience, it's not that the bean config is cached, it's that the
form itself is cached.  If your bean is not in request scope, it gets
reused. Tomcat can keep a session alive between application and server
restarts and so your form can survive those.  What I've done when I modify
my dyna forms is to invalidate any existing sessions I have before
proceeding with my testing.

Reply via email to