RE: Form beans in session scope

2002-03-19 Thread Tim Sawyer
Sent: Tuesday, March 19, 2002 4:26 PM To: Struts Users Mailing List Subject: RE: Form beans in session scope I set such properties in my action classes too. And it is enough. I don't set that bean to it's scope again. And everything works perfectly. That's probably because the be

RE: Form beans in session scope

2002-03-19 Thread Dariusz Wojtas
ve it). > >I'd stick with request scope for formbeans, but it does not sound like you >are using them in the conventional way - so maybe some more detail on what >you're trying to do would help. > >Lindsay > > -Original Message- >From: Kevin J. Turner [ma

RE: Form beans in session scope

2002-03-19 Thread lindsay . hamoudi
sound like you are using them in the conventional way - so maybe some more detail on what you're trying to do would help. Lindsay -Original Message- From: Kevin J. Turner [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 15:26 To: Struts Users Mailing List Subject:F

Form beans in session scope

2002-03-19 Thread Kevin J. Turner
I have configured my struts-config file to keep my form bean in session scope. I don't know if this is good practice, but I wasn't having much luck with the request scope. In many of my action classes, if have to get a reference to my form bean to do some business logic processing. I do so by doi