On both the accessors and mutators? Mark
-----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 3:56 PM >From a programming point of view, you can think of form beans in request scope just like you think of local variables -- there is a copy per thread, so you don't have to worry about synchronizing anything inside them (although you would if the form bean was saved in session scope). Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>